Interface AttrReleaseMapper
-
- All Known Implementing Classes:
DefaultAttrReleaseMapper
public interface AttrReleaseMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
build(AttrReleasePolicyTO policy)
boolean
supports(AttrReleasePolicyConf conf)
-
-
-
Method Detail
-
supports
boolean supports(AttrReleasePolicyConf conf)
-
build
org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy build(AttrReleasePolicyTO policy)
-
-