| Package | Description |
|---|---|
| com.sun.xml.ws.security.impl.kerberos | |
| com.sun.xml.wss | |
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.misc |
| Modifier and Type | Method and Description |
|---|---|
KerberosContext |
KerberosLogin.login(String loginModule,
byte[] token) |
KerberosContext |
KerberosLogin.login(String loginModule,
String servicePrincipal,
boolean credDeleg) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
KerberosContext |
WssProviderSecurityEnvironment.doKerberosLogin() |
KerberosContext |
WssProviderSecurityEnvironment.doKerberosLogin(byte[] tokenValue) |
KerberosContext |
ProcessingContextImpl.getKerberosContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingContextImpl.setKerberosContext(KerberosContext kerberosContext) |
| Modifier and Type | Method and Description |
|---|---|
KerberosContext |
WSITProviderSecurityEnvironment.doKerberosLogin() |
KerberosContext |
DefaultSecurityEnvironmentImpl.doKerberosLogin() |
KerberosContext |
WSITProviderSecurityEnvironment.doKerberosLogin(byte[] tokenValue) |
KerberosContext |
DefaultSecurityEnvironmentImpl.doKerberosLogin(byte[] tokenValue) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.