public interface JCoServerAuthenticationData
JCoServerSecurityHandler
at the beginning of each session.Modifier and Type | Interface and Description |
---|---|
static class |
JCoServerAuthenticationData.AuthenticationMode
Deprecated.
Will be removed in a future release without further notice. Use the replacement enum
JCoServerAuthenticationData.Type instead. |
static class |
JCoServerAuthenticationData.Type
Type of the
JCoServerAuthenticationData object. |
Modifier and Type | Method and Description |
---|---|
default JCoServerAuthenticationData.AuthenticationMode |
getAuthenticationMode()
Deprecated.
Will be removed in a future release without further notice. Use the replacement method
getType() instead. |
char[] |
getPassword() |
String |
getSSOTicket() |
JCoServerAuthenticationData.Type |
getType()
Returns the
JCoServerAuthenticationData.Type for this instance. |
String |
getUser() |
String |
getX509Certificate() |
@Deprecated default JCoServerAuthenticationData.AuthenticationMode getAuthenticationMode()
getType()
instead.JCoServerAuthenticationData.AuthenticationMode
for this instance.
Depending on the authentication mode, the corresponding get()-methods return the respective
authentication data. All other methods return null.JCoServerAuthenticationData.Type getType()
JCoServerAuthenticationData.Type
for this instance.
Depending on the authentication data type, the corresponding get()-methods return the respective
authentication data. All other methods return null.String getSSOTicket()
JCoServerAuthenticationData.Type.SSOTICKET
,
null otherwiseString getX509Certificate()
JCoServerAuthenticationData.Type.X509CERT
, null otherwiseString getUser()
JCoServerAuthenticationData.Type.USERPWD
,
null otherwisechar[] getPassword()
JCoServerAuthenticationData.Type.USERPWD
,
null otherwiseCopyright © 2025 SAP. All rights reserved.