Class AttributeRepositoryResolver.AttributeRepositoryQuery
java.lang.Object
org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
- Enclosing interface:
AttributeRepositoryResolver
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder<C extends AttributeRepositoryResolver.AttributeRepositoryQuery,B extends AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder<C, B>> -
Constructor Summary
ConstructorsConstructorDescriptionAttributeRepositoryQuery(org.apereo.cas.authentication.AuthenticationHandler authenticationHandler, org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.authentication.principal.Service service, Set<String> activeRepositoryIds, org.apereo.cas.services.RegisteredService registeredService) AttributeRepositoryQuery(org.apereo.cas.authentication.principal.Principal principal, Set<String> activeRepositoryIds) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()org.apereo.cas.authentication.AuthenticationHandlerorg.apereo.cas.authentication.principal.Principalorg.apereo.cas.services.RegisteredServiceorg.apereo.cas.authentication.principal.ServicewithActiveRepositoryIds(Set<String> activeRepositoryIds) withAuthenticationHandler(org.apereo.cas.authentication.AuthenticationHandler authenticationHandler) withPrincipal(org.apereo.cas.authentication.principal.Principal principal) withRegisteredService(org.apereo.cas.services.RegisteredService registeredService) withService(org.apereo.cas.authentication.principal.Service service)
-
Constructor Details
-
AttributeRepositoryQuery
public AttributeRepositoryQuery(org.apereo.cas.authentication.AuthenticationHandler authenticationHandler, org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.authentication.principal.Service service, Set<String> activeRepositoryIds, org.apereo.cas.services.RegisteredService registeredService) -
AttributeRepositoryQuery
public AttributeRepositoryQuery() -
AttributeRepositoryQuery
-
-
Method Details
-
builder
public static AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder<?,?> builder() -
withAuthenticationHandler
public AttributeRepositoryResolver.AttributeRepositoryQuery withAuthenticationHandler(org.apereo.cas.authentication.AuthenticationHandler authenticationHandler) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withPrincipal
public AttributeRepositoryResolver.AttributeRepositoryQuery withPrincipal(org.apereo.cas.authentication.principal.Principal principal) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withService
public AttributeRepositoryResolver.AttributeRepositoryQuery withService(org.apereo.cas.authentication.principal.Service service) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withActiveRepositoryIds
public AttributeRepositoryResolver.AttributeRepositoryQuery withActiveRepositoryIds(Set<String> activeRepositoryIds) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withRegisteredService
public AttributeRepositoryResolver.AttributeRepositoryQuery withRegisteredService(org.apereo.cas.services.RegisteredService registeredService) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getAuthenticationHandler
public org.apereo.cas.authentication.AuthenticationHandler getAuthenticationHandler() -
getPrincipal
public org.apereo.cas.authentication.principal.Principal getPrincipal() -
getService
public org.apereo.cas.authentication.principal.Service getService() -
getActiveRepositoryIds
-
getRegisteredService
public org.apereo.cas.services.RegisteredService getRegisteredService()
-