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
-
-
Constructor Summary
Constructors Constructor Description KerberosConfig()Creates a new instance of KerberosConfigKerberosConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredentialDelegation()StringgetLoginModule()StringgetServicePrincipal()-
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
-
-
-
-
Constructor Detail
-
KerberosConfig
public KerberosConfig()
Creates a new instance of KerberosConfig
-
KerberosConfig
public KerberosConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
-
Method Detail
-
getLoginModule
public String getLoginModule()
- Specified by:
getLoginModulein interfaceKerberosConfig
-
getServicePrincipal
public String getServicePrincipal()
- Specified by:
getServicePrincipalin interfaceKerberosConfig
-
getCredentialDelegation
public String getCredentialDelegation()
- Specified by:
getCredentialDelegationin interfaceKerberosConfig
-
-