Interface OAuth20ResponseModeFactory
public interface OAuth20ResponseModeFactory
This is
OAuth20ResponseModeFactory.- Since:
- 7.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetBuilder(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes type) Gets builder.static booleanisResponseModeTypeFormPost(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type form post?static booleanisResponseModeTypeFormPostJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type form post?static booleanisResponseModeTypeFragment(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type fragment?static booleanisResponseModeTypeFragmentJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type fragment jwt?static booleanisResponseModeTypeQueryJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type query jwt?Register builder for mode factory.
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
isResponseModeTypeFormPostJwt
static boolean isResponseModeTypeFormPostJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type form post?- Parameters:
registeredService- the registered serviceresponseType- the response type- Returns:
- true/false
-
isResponseModeTypeFormPost
static boolean isResponseModeTypeFormPost(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type form post?- Parameters:
registeredService- the registered serviceresponseType- the response type- Returns:
- true/false
-
isResponseModeTypeFragment
static boolean isResponseModeTypeFragment(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type fragment?- Parameters:
registeredService- the registered serviceresponseType- the response type- Returns:
- true/false
-
isResponseModeTypeFragmentJwt
static boolean isResponseModeTypeFragmentJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type fragment jwt?- Parameters:
registeredService- the registered serviceresponseType- the response type- Returns:
- true/false
-
isResponseModeTypeQueryJwt
static boolean isResponseModeTypeQueryJwt(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes responseType) Is response mode type query jwt?- Parameters:
registeredService- the registered serviceresponseType- the response type- Returns:
- true/false
-
registerBuilder
Register builder for mode factory.- Parameters:
builder- the builder- Returns:
- the o auth 20 response mode factory
-
getBuilder
OAuth20ResponseModeBuilder getBuilder(org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService, OAuth20ResponseModeTypes type) Gets builder.- Parameters:
registeredService- the registered servicetype- the type- Returns:
- the builder
-