2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.binding.jms.policy.authentication.token
Class JMSTokenAuthenticationPolicy
java.lang.Object
org.apache.tuscany.sca.binding.jms.policy.authentication.token.JMSTokenAuthenticationPolicy
- All Implemented Interfaces:
- Policy
public class JMSTokenAuthenticationPolicy
- extends java.lang.Object
- implements Policy
Implementation for policies that could be injected as parameter
into the axis2config.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMS_TOKEN_AUTHENTICATION_POLICY_QNAME
public static final javax.xml.namespace.QName JMS_TOKEN_AUTHENTICATION_POLICY_QNAME
JMS_TOKEN_AUTHENTICATION_TOKEN_NAME
public static final java.lang.String JMS_TOKEN_AUTHENTICATION_TOKEN_NAME
- See Also:
- Constant Field Values
JMSTokenAuthenticationPolicy
public JMSTokenAuthenticationPolicy()
getTokenName
public javax.xml.namespace.QName getTokenName()
setTokenName
public void setTokenName(javax.xml.namespace.QName tokenName)
getSchemaName
public javax.xml.namespace.QName getSchemaName()
- Specified by:
getSchemaName
in interface Policy
isUnresolved
public boolean isUnresolved()
- Specified by:
isUnresolved
in interface Policy
setUnresolved
public void setUnresolved(boolean unresolved)
- Specified by:
setUnresolved
in interface Policy