fixed RHSSO-883
This commit is contained in:
parent
b82b615f93
commit
7525b73f9e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ This class can tell you exactly what happened.
|
||||||
If this attribute is not set, then the adapter was not responsible for the error code.
|
If this attribute is not set, then the adapter was not responsible for the error code.
|
||||||
|
|
||||||
|
|
||||||
[source,xml]
|
[source,javascript]
|
||||||
----
|
----
|
||||||
public class SamlAuthenticationError implements AuthenticationError {
|
public class SamlAuthenticationError implements AuthenticationError {
|
||||||
public static enum Reason {
|
public static enum Reason {
|
||||||
|
@ -39,3 +39,4 @@ public class SamlAuthenticationError implements AuthenticationError {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue