Package org.keycloak.protocol.oidc.utils
Class OIDCResponseType
java.lang.Object
org.keycloak.protocol.oidc.utils.OIDCResponseType
- Author:
- Marek Posolda
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasResponseType(String responseType) booleanhasSingleResponseType(String responseType) Checks whether the givenresponseTypeis the only value within the requested response types.booleanbooleanstatic OIDCResponseTypestatic OIDCResponseTypetoString()
-
Field Details
-
CODE
- See Also:
-
TOKEN
- See Also:
-
ID_TOKEN
- See Also:
-
NONE
- See Also:
-
-
Method Details
-
parse
-
parse
-
hasResponseType
-
hasSingleResponseType
Checks whether the givenresponseTypeis the only value within the requested response types.- Parameters:
responseType- the response type- Returns:
trueif the given response type if within the list of response types. Otherwise,false
-
isImplicitOrHybridFlow
public boolean isImplicitOrHybridFlow() -
isImplicitFlow
public boolean isImplicitFlow() -
toString
-