Class KerberosLogin
- java.lang.Object
-
- com.sun.xml.ws.security.impl.kerberos.KerberosLogin
-
public class KerberosLogin extends Object
- Author:
- ashutosh.shahi@sun.com
-
-
Constructor Summary
Constructors Constructor Description KerberosLogin()Creates a new instance of KerberosLogin
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KerberosContextlogin(String loginModule, byte[] token)KerberosContextlogin(String loginModule, String servicePrincipal, boolean credDeleg)
-
-
-
Method Detail
-
login
public KerberosContext login(String loginModule, String servicePrincipal, boolean credDeleg) throws com.sun.xml.wss.XWSSecurityException
- Throws:
com.sun.xml.wss.XWSSecurityException
-
login
public KerberosContext login(String loginModule, byte[] token) throws com.sun.xml.wss.XWSSecurityException
- Throws:
com.sun.xml.wss.XWSSecurityException
-
-