Package org.opensaml.soap.soap12
Interface RoleBearing
-
- All Known Subinterfaces:
EncryptedHeader
public interface RoleBearingInterface for element having a@soap12:roleattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP12_ROLE_ATTR_LOCAL_NAMEThe soap12:@role attribute local name.static QNameSOAP12_ROLE_ATTR_NAMEThe soap12:@role qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSOAP12Role()Get the attribute value.voidsetSOAP12Role(String newRole)Set the attribute value.
-
-
-
Field Detail
-
SOAP12_ROLE_ATTR_LOCAL_NAME
static final String SOAP12_ROLE_ATTR_LOCAL_NAME
The soap12:@role attribute local name.- See Also:
- Constant Field Values
-
SOAP12_ROLE_ATTR_NAME
static final QName SOAP12_ROLE_ATTR_NAME
The soap12:@role qualified attribute name.
-
-