public class SamlAuthenticationError extends Object implements AuthenticationError
Modifier and Type | Class and Description |
---|---|
static class |
SamlAuthenticationError.Reason |
Constructor and Description |
---|
SamlAuthenticationError(SamlAuthenticationError.Reason reason) |
SamlAuthenticationError(SamlAuthenticationError.Reason reason,
StatusResponseType status) |
SamlAuthenticationError(StatusResponseType statusType) |
Modifier and Type | Method and Description |
---|---|
SamlAuthenticationError.Reason |
getReason() |
StatusResponseType |
getStatus() |
String |
toString() |
public SamlAuthenticationError(SamlAuthenticationError.Reason reason)
public SamlAuthenticationError(SamlAuthenticationError.Reason reason, StatusResponseType status)
public SamlAuthenticationError(StatusResponseType statusType)
public SamlAuthenticationError.Reason getReason()
public StatusResponseType getStatus()
Copyright © 2019 JBoss by Red Hat. All rights reserved.