Class SamlAuthProvider
java.lang.Object
com.linecorp.centraldogma.server.auth.saml.SamlAuthProvider
- All Implemented Interfaces:
AuthProvider
OpenSAML based
AuthProvider
implementation.-
Field Summary
Fields inherited from interface com.linecorp.centraldogma.server.auth.AuthProvider
BUILTIN_WEB_BASE_PATH, BUILTIN_WEB_LOGIN_PATH, BUILTIN_WEB_LOGOUT_PATH, LOGIN_API_ROUTES, LOGIN_PATH, LOGOUT_API_ROUTES, LOGOUT_PATH
-
Method Summary
Modifier and TypeMethodDescriptionReturns additionalService
s which are required for working thisAuthProvider
well.Returns aService
which handles a login request from a web browser.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.linecorp.centraldogma.server.auth.AuthProvider
loginApiService, logoutApiService, webLogoutService
-
Method Details
-
webLoginService
Description copied from interface:AuthProvider
Returns aService
which handles a login request from a web browser. By default, the browser would bring a user to the built-in web login page served on "/web/auth/login".- Specified by:
webLoginService
in interfaceAuthProvider
-
moreServices
Description copied from interface:AuthProvider
Returns additionalService
s which are required for working thisAuthProvider
well.- Specified by:
moreServices
in interfaceAuthProvider
-