Package org.apereo.cas.web.flow
Class SingleSignOnParticipationRequest
java.lang.Object
org.apereo.cas.web.flow.SingleSignOnParticipationRequest
This is
SingleSignOnParticipationRequest.- Since:
- 6.4.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSingleSignOnParticipationRequest.SingleSignOnParticipationRequestBuilder<C extends SingleSignOnParticipationRequest,B extends SingleSignOnParticipationRequest.SingleSignOnParticipationRequestBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionPut attribute.builder()booleancontainsAttribute(String key) Contains attribute.<T> TgetAttributeValue(String key, Class<T> clazz) Gets attribute value.Optional<jakarta.servlet.http.HttpServletRequest> Optional<jakarta.servlet.http.HttpServletResponse> Optional<org.springframework.webflow.execution.RequestContext> Gets request context.Gets request parameter.booleanIs requesting renew authentication.
-
Method Details
-
getRequestContext
Gets request context.- Returns:
- the request context
-
getHttpServletRequest
-
getHttpServletResponse
-
getAttributeValue
Gets attribute value.- Type Parameters:
T- the type parameter- Parameters:
key- the keyclazz- the clazz- Returns:
- the attribute value
-
containsAttribute
Contains attribute.- Parameters:
key- the key- Returns:
- true/false
-
attribute
Put attribute.- Parameters:
key- the keyvalue- the value- Returns:
- the single sign on participation request
-
isRequestingRenewAuthentication
public boolean isRequestingRenewAuthentication()Is requesting renew authentication.- Returns:
- true or false.
-
getRequestParameter
Gets request parameter.- Parameters:
key- the key- Returns:
- the request parameter
-
builder
public static SingleSignOnParticipationRequest.SingleSignOnParticipationRequestBuilder<?,?> builder() -
getAttributes
-