Uses of Class
com.sun.xml.ws.security.impl.kerberos.KerberosContext

Packages that use KerberosContext
com.sun.xml.ws.security.impl.kerberos   
com.sun.xml.wss   
com.sun.xml.wss.impl   
com.sun.xml.wss.impl.misc   
 

Uses of KerberosContext in com.sun.xml.ws.security.impl.kerberos
 

Methods in com.sun.xml.ws.security.impl.kerberos that return KerberosContext
 KerberosContext KerberosLogin.login(String loginModule, byte[] token)
           
 KerberosContext KerberosLogin.login(String loginModule, String servicePrincipal, boolean credDeleg)
           
 

Uses of KerberosContext in com.sun.xml.wss
 

Methods in com.sun.xml.wss that return KerberosContext
 KerberosContext SecurityEnvironment.doKerberosLogin()
          Perform a Kerberos Login and return a Kerberos Context KerberosContext stores the secretKey, GSSContext, kerberos BST etc
 KerberosContext SecurityEnvironment.doKerberosLogin(byte[] tokenValue)
          Perform a Kerberos Login and return a Kerberos Context KerberosContext stores the secretKey, GSSContext, kerberos BST etc
 

Uses of KerberosContext in com.sun.xml.wss.impl
 

Methods in com.sun.xml.wss.impl that return KerberosContext
 KerberosContext WssProviderSecurityEnvironment.doKerberosLogin()
           
 KerberosContext WssProviderSecurityEnvironment.doKerberosLogin(byte[] tokenValue)
           
 KerberosContext ProcessingContextImpl.getKerberosContext()
           
 

Methods in com.sun.xml.wss.impl with parameters of type KerberosContext
 void ProcessingContextImpl.setKerberosContext(KerberosContext kerberosContext)
           
 

Uses of KerberosContext in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc that return KerberosContext
 KerberosContext DefaultSecurityEnvironmentImpl.doKerberosLogin()
           
 KerberosContext WSITProviderSecurityEnvironment.doKerberosLogin()
           
 KerberosContext DefaultSecurityEnvironmentImpl.doKerberosLogin(byte[] tokenValue)
           
 KerberosContext WSITProviderSecurityEnvironment.doKerberosLogin(byte[] tokenValue)
           
 



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