Package org.opensaml.soap.soap12
Interface RoleBearing
- All Known Subinterfaces:
EncryptedHeader
- All Known Implementing Classes:
EncryptedHeaderImpl
public interface RoleBearing
Interface for element having a
@soap12:role
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.void
setSOAP12Role
(String newRole) Set the attribute value.
-
Field Details
-
SOAP12_ROLE_ATTR_LOCAL_NAME
The soap12:@role attribute local name.- See Also:
-
SOAP12_ROLE_ATTR_NAME
The soap12:@role qualified attribute name.
-
-
Method Details
-
getSOAP12Role
Get the attribute value.- Returns:
- return the attribute vlue
-
setSOAP12Role
Set the attribute value.- Parameters:
newRole
- the new attribute value
-