Interface AuthenticationChannel
public interface AuthenticationChannel
Wrapper for define channel of authentication, channel define scope of authentication etc. rest, gui, reset password ...
- Author:
- skublik
-
Method Summary
Modifier and TypeMethodDescription@Nullable Authorization
boolean
boolean
boolean
boolean
boolean
matchChannel
(AuthenticationSequenceType sequence) void
@Nullable Authorization
void
setPathAfterLogout
(String pathAfterLogout)
-
Method Details
-
setPathAfterLogout
-
getPathAfterLogout
String getPathAfterLogout() -
matchChannel
-
getChannelId
String getChannelId() -
getPathAfterSuccessfulAuthentication
String getPathAfterSuccessfulAuthentication() -
getPathAfterUnsuccessfulAuthentication
String getPathAfterUnsuccessfulAuthentication() -
getPathDuringProccessing
String getPathDuringProccessing() -
isDefault
boolean isDefault() -
postSuccessAuthenticationProcessing
void postSuccessAuthenticationProcessing() -
getSpecificLoginUrl
String getSpecificLoginUrl() -
isSupportActivationByChannel
boolean isSupportActivationByChannel() -
isSupportGuiConfigByChannel
boolean isSupportGuiConfigByChannel() -
getUrlSuffix
String getUrlSuffix() -
isPostAuthenticationEnabled
boolean isPostAuthenticationEnabled() -
resolveAuthorization
-
getAdditionalAuthority
-