Uses of Class
com.sun.xml.ws.security.impl.kerberos.KerberosContext
-
Packages that use KerberosContext Package Description 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 Modifier and Type Method Description KerberosContextKerberosLogin. login(String loginModule, byte[] token)KerberosContextKerberosLogin. login(String loginModule, String servicePrincipal, boolean credDeleg) -
Uses of KerberosContext in com.sun.xml.wss
Methods in com.sun.xml.wss that return KerberosContext Modifier and Type Method Description KerberosContextSecurityEnvironment. doKerberosLogin()Perform a Kerberos Login and return a Kerberos Context KerberosContext stores the secretKey, GSSContext, kerberos BST etcKerberosContextSecurityEnvironment. 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 Modifier and Type Method Description KerberosContextWssProviderSecurityEnvironment. doKerberosLogin()KerberosContextWssProviderSecurityEnvironment. doKerberosLogin(byte[] tokenValue)KerberosContextProcessingContextImpl. getKerberosContext()Methods in com.sun.xml.wss.impl with parameters of type KerberosContext Modifier and Type Method Description voidProcessingContextImpl. setKerberosContext(KerberosContext kerberosContext) -
Uses of KerberosContext in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that return KerberosContext Modifier and Type Method Description KerberosContextDefaultSecurityEnvironmentImpl. doKerberosLogin()KerberosContextDefaultSecurityEnvironmentImpl. doKerberosLogin(byte[] tokenValue)KerberosContextWSITProviderSecurityEnvironment. doKerberosLogin()KerberosContextWSITProviderSecurityEnvironment. doKerberosLogin(byte[] tokenValue)
-