org.apache.cxf.sts.claims
Class ClaimsAttributeStatementProvider
java.lang.Object
org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
- All Implemented Interfaces:
- AttributeStatementProvider
Deprecated.
@Deprecated
public class ClaimsAttributeStatementProvider
- extends Object
- implements AttributeStatementProvider
|
Method Summary |
org.apache.ws.security.saml.ext.bean.AttributeStatementBean |
getStatement(TokenProviderParameters providerParameters)
Deprecated. Get an AttributeStatementBean using the given parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClaimsAttributeStatementProvider
public ClaimsAttributeStatementProvider()
- Deprecated.
getStatement
public org.apache.ws.security.saml.ext.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
- Deprecated.
- Description copied from interface:
AttributeStatementProvider
- Get an AttributeStatementBean using the given parameters.
- Specified by:
getStatement in interface AttributeStatementProvider
Apache CXF