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