public interface JCoServerAuthenticationData
JCoServerSecurityHandler
on the beginning of each session.Modifier and Type | Interface and Description |
---|---|
static class |
JCoServerAuthenticationData.AuthenticationMode
Mode for each
JCoServerAuthenticationData object. |
Modifier and Type | Method and Description |
---|---|
JCoServerAuthenticationData.AuthenticationMode |
getAuthenticationMode()
Returns the respective
JCoServerAuthenticationData.AuthenticationMode for this instance. |
char[] |
getPassword() |
String |
getSSOTicket() |
String |
getUser() |
String |
getX509Certificate() |
JCoServerAuthenticationData.AuthenticationMode getAuthenticationMode()
JCoServerAuthenticationData.AuthenticationMode
for this instance.
Depending on the authentication mode, the corresponding get()-methods are
returning the authentication data. All others are returning null.String getSSOTicket()
JCoServerAuthenticationData.AuthenticationMode.SSO
or nullString getX509Certificate()
JCoServerAuthenticationData.AuthenticationMode.X509
or nullchar[] getPassword()
JCoServerAuthenticationData.AuthenticationMode.USERPWD
or nullString getUser()
JCoServerAuthenticationData.AuthenticationMode.USERPWD
or nullCopyright © 2024 SAP. All rights reserved.