Class AttributeRepositoryResolver.AttributeRepositoryQuery

java.lang.Object
org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
Enclosing interface:
AttributeRepositoryResolver

public static class AttributeRepositoryResolver.AttributeRepositoryQuery extends Object
  • 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

      public AttributeRepositoryQuery(org.apereo.cas.authentication.principal.Principal principal, Set<String> activeRepositoryIds)
  • Method Details

    • builder

    • withAuthenticationHandler

      public AttributeRepositoryResolver.AttributeRepositoryQuery withAuthenticationHandler(org.apereo.cas.authentication.AuthenticationHandler authenticationHandler)
      Returns:
      a clone of this object, except with this updated property (returns this if 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 this if 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 this if 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 this if 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 this if 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

      public Set<String> getActiveRepositoryIds()
    • getRegisteredService

      public org.apereo.cas.services.RegisteredService getRegisteredService()