java.lang.Object
com.sun.xml.wss.TokenPolicyMetaData
Provides Meta Data about the token Policy.
Can be used to obtain WS-SecurityPolicy related Meta-Data associated with the Token.
The meta-data is generally used to disambiguate the exact action to be performed inside
a specific callback or validator. For example the Policy Meta-Data can be used to decide
what certificate/username to return.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TOKEN_POLICY
- See Also:
-
-
Constructor Details
-
TokenPolicyMetaData
- Parameters:
runtimeProperties- the runtime Properties of an XWSS CallbackHandler
-
-
Method Details
-
getIssuer
- Returns:
- <sp:Issuer>wsa:EndpointReferenceType</sp:Issuer>, null if not specified policy
-
getClaims
- Returns:
- <wst:Claims Dialect="..."> ... </wst:Claims>, null if not specified in policy
- Throws:
XWSSecurityException
-