Class SamlIdPConsentableAttributeBuilder

java.lang.Object
org.apereo.cas.support.saml.web.consent.SamlIdPConsentableAttributeBuilder
All Implemented Interfaces:
org.apereo.cas.consent.ConsentableAttributeBuilder, org.springframework.core.Ordered

public class SamlIdPConsentableAttributeBuilder extends Object implements org.apereo.cas.consent.ConsentableAttributeBuilder
Since:
6.5.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.consent.CasConsentableAttribute
    build(org.apereo.cas.consent.CasConsentableAttribute attribute)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.consent.ConsentableAttributeBuilder

    getName, getOrder
  • Constructor Details

    • SamlIdPConsentableAttributeBuilder

      public SamlIdPConsentableAttributeBuilder()
  • Method Details

    • build

      public org.apereo.cas.consent.CasConsentableAttribute build(org.apereo.cas.consent.CasConsentableAttribute attribute)
      Specified by:
      build in interface org.apereo.cas.consent.ConsentableAttributeBuilder