com.sun.xml.ws.security.impl.policy
Class KerberosConfig

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.KerberosConfig
All Implemented Interfaces:
KerberosConfig

public class KerberosConfig
extends com.sun.xml.ws.policy.PolicyAssertion
implements KerberosConfig


Constructor Summary
KerberosConfig()
          Creates a new instance of KerberosConfig
KerberosConfig(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getCredentialDelegation()
           
 java.lang.String getLoginModule()
           
 java.lang.String getServicePrincipal()
           
 
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

KerberosConfig

public KerberosConfig()
Creates a new instance of KerberosConfig


KerberosConfig

public KerberosConfig(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                      java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                      com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail

getLoginModule

public java.lang.String getLoginModule()
Specified by:
getLoginModule in interface KerberosConfig

getServicePrincipal

public java.lang.String getServicePrincipal()
Specified by:
getServicePrincipal in interface KerberosConfig

getCredentialDelegation

public java.lang.String getCredentialDelegation()
Specified by:
getCredentialDelegation in interface KerberosConfig