|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policyconv.SCTokenWrapper
public class SCTokenWrapper
Field Summary |
---|
Constructor Summary | |
---|---|
SCTokenWrapper(com.sun.xml.ws.policy.PolicyAssertion scToken,
com.sun.xml.wss.impl.policy.mls.MessagePolicy mp)
Creates a new instance of SCTokenWrapper |
Method Summary | |
---|---|
void |
addBootstrapPolicy(com.sun.xml.ws.policy.NestedPolicy policy)
|
com.sun.xml.ws.policy.NestedPolicy |
getBootstrapPolicy()
returns Policy which represents Bootstrap Policy |
Claims |
getClaims()
|
java.lang.String |
getIncludeToken()
returns the token inclusion value |
java.util.List<com.sun.xml.ws.policy.PolicyAssertion> |
getIssuedTokens()
|
Issuer |
getIssuer()
returns the issuer for the SecureConversation token. |
IssuerName |
getIssuerName()
|
java.util.List<com.sun.xml.ws.policy.PolicyAssertion> |
getKerberosTokens()
|
com.sun.xml.wss.impl.policy.mls.MessagePolicy |
getMessagePolicy()
|
SecureConversationToken |
getSecureConversationToken()
|
SecurityPolicyVersion |
getSecurityPolicyVersion()
|
java.lang.String |
getTokenId()
Unique Id assigned to the token. |
java.util.Set |
getTokenRefernceTypes()
returns a Iterator over the token reference types to be used. |
java.lang.String |
getTokenType()
returns the type of the token. |
boolean |
isMustNotSendCancel()
returns true if isMustNotSendCancel element is present under SecureConversationToken |
boolean |
isMustNotSendRenew()
returns true if isMustNotSendRenew element is present under SecureConversationToken |
boolean |
isRequireDerivedKeys()
returns true if RequiredDerivedKey element is present under SecureConversationToken |
void |
setMessagePolicyp(com.sun.xml.wss.impl.policy.mls.MessagePolicy mp)
|
void |
setSecureConversationToken(SecureConversationToken scToken)
|
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
---|
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SCTokenWrapper(com.sun.xml.ws.policy.PolicyAssertion scToken, com.sun.xml.wss.impl.policy.mls.MessagePolicy mp)
Method Detail |
---|
public SecureConversationToken getSecureConversationToken()
public void setSecureConversationToken(SecureConversationToken scToken)
public com.sun.xml.wss.impl.policy.mls.MessagePolicy getMessagePolicy()
public void setMessagePolicyp(com.sun.xml.wss.impl.policy.mls.MessagePolicy mp)
public boolean isRequireDerivedKeys()
SecureConversationToken
isRequireDerivedKeys
in interface SecureConversationToken
public boolean isMustNotSendCancel()
SecureConversationToken
isMustNotSendCancel
in interface SecureConversationToken
public boolean isMustNotSendRenew()
SecureConversationToken
isMustNotSendRenew
in interface SecureConversationToken
public java.lang.String getTokenType()
SecureConversationToken
getTokenType
in interface SecureConversationToken
public Issuer getIssuer()
SecureConversationToken
getIssuer
in interface SecureConversationToken
public IssuerName getIssuerName()
getIssuerName
in interface SecureConversationToken
public Claims getClaims()
getClaims
in interface SecureConversationToken
public com.sun.xml.ws.policy.NestedPolicy getBootstrapPolicy()
SecureConversationToken
Policy
which represents Bootstrap Policy
getBootstrapPolicy
in interface SecureConversationToken
Policy
public java.lang.String getIncludeToken()
Token
getIncludeToken
in interface Token
ONCE
,NEVER
,ALWAYS_TO_RECIPIENT
,ALWAYS
public java.lang.String getTokenId()
Token
getTokenId
in interface Token
public java.util.List<com.sun.xml.ws.policy.PolicyAssertion> getIssuedTokens()
public java.util.List<com.sun.xml.ws.policy.PolicyAssertion> getKerberosTokens()
public java.util.Set getTokenRefernceTypes()
SecureConversationToken
Iterator
over the token reference types to be used.
getTokenRefernceTypes
in interface SecureConversationToken
public void addBootstrapPolicy(com.sun.xml.ws.policy.NestedPolicy policy)
public SecurityPolicyVersion getSecurityPolicyVersion()
getSecurityPolicyVersion
in interface Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |