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
This is
SamlIdPConsentableAttributeBuilder.- Since:
- 6.5.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.consent.CasConsentableAttributebuild(org.apereo.cas.consent.CasConsentableAttribute attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
buildin interfaceorg.apereo.cas.consent.ConsentableAttributeBuilder
-