com.sun.xml.ws.security.impl.kerberos
Class KerberosLogin

java.lang.Object
  extended by com.sun.xml.ws.security.impl.kerberos.KerberosLogin

public class KerberosLogin
extends Object

Author:
ashutosh.shahi@sun.com

Constructor Summary
KerberosLogin()
          Creates a new instance of KerberosLogin
 
Method Summary
 KerberosContext login(String loginModule, byte[] token)
           
 KerberosContext login(String loginModule, String servicePrincipal, boolean credDeleg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosLogin

public KerberosLogin()
Creates a new instance of KerberosLogin

Method Detail

login

public KerberosContext login(String loginModule,
                             String servicePrincipal,
                             boolean credDeleg)
                      throws XWSSecurityException
Throws:
XWSSecurityException

login

public KerberosContext login(String loginModule,
                             byte[] token)
                      throws XWSSecurityException
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.