Class SamlAuthenticationController
- java.lang.Object
-
- cronapp.framework.authentication.token.AuthenticationController
-
- cronapp.framework.authentication.saml.SamlAuthenticationController
-
@RestController @RequestMapping("auth") public class SamlAuthenticationController extends AuthenticationController
-
-
Constructor Summary
Constructors Constructor Description SamlAuthenticationController(TenantComponent tenantComponent)
-
Method Summary
-
Methods inherited from class cronapp.framework.authentication.token.AuthenticationController
auth, authenticationRequest, authenticationRequest, confirmResetPassword, resetPassword, signUp
-
-
-
-
Constructor Detail
-
SamlAuthenticationController
public SamlAuthenticationController(@Nullable TenantComponent tenantComponent)
-
-