com.sun.xml.ws.security.impl.policy
Class KerberosConfig
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.KerberosConfig
- All Implemented Interfaces:
- KerberosConfig
public class KerberosConfig
- extends PolicyAssertion
- implements KerberosConfig
- Author:
- ashutosh.shahi@sun.com
| Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
KerberosConfig
public KerberosConfig()
- Creates a new instance of KerberosConfig
KerberosConfig
public KerberosConfig(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getLoginModule
public String getLoginModule()
- Specified by:
getLoginModule in interface KerberosConfig
getServicePrincipal
public String getServicePrincipal()
- Specified by:
getServicePrincipal in interface KerberosConfig
getCredentialDelegation
public String getCredentialDelegation()
- Specified by:
getCredentialDelegation in interface KerberosConfig
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.