Package org.keycloak.adapters.saml
Class SamlAuthenticationError
- java.lang.Object
-
- org.keycloak.adapters.saml.SamlAuthenticationError
-
- All Implemented Interfaces:
AuthenticationError
public class SamlAuthenticationError extends Object implements AuthenticationError
Object that describes the SAML error that happened.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSamlAuthenticationError.Reason
-
Constructor Summary
Constructors Constructor Description SamlAuthenticationError(SamlAuthenticationError.Reason reason)SamlAuthenticationError(SamlAuthenticationError.Reason reason, StatusResponseType status)SamlAuthenticationError(StatusResponseType statusType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SamlAuthenticationError.ReasongetReason()StatusResponseTypegetStatus()StringtoString()
-
-
-
Constructor Detail
-
SamlAuthenticationError
public SamlAuthenticationError(SamlAuthenticationError.Reason reason)
-
SamlAuthenticationError
public SamlAuthenticationError(SamlAuthenticationError.Reason reason, StatusResponseType status)
-
SamlAuthenticationError
public SamlAuthenticationError(StatusResponseType statusType)
-
-
Method Detail
-
getReason
public SamlAuthenticationError.Reason getReason()
-
getStatus
public StatusResponseType getStatus()
-
-