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 PolicyAssertion
implements KerberosConfig

Author:
ashutosh.shahi@sun.com

Constructor Summary
KerberosConfig()
          Creates a new instance of KerberosConfig
KerberosConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getCredentialDelegation()
           
 String getLoginModule()
           
 String getServicePrincipal()
           
 
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
 
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(AssertionData name,
                      Collection<PolicyAssertion> nestedAssertions,
                      AssertionSet nestedAlternative)
Method Detail

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.