Class DefaultAttrReleaseMapper
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.mapping.DefaultAttrReleaseMapper
-
- All Implemented Interfaces:
AttrReleaseMapper
public class DefaultAttrReleaseMapper extends Object implements AttrReleaseMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultAttrReleaseMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
build(AttrReleasePolicyTO policy)
boolean
supports(AttrReleasePolicyConf conf)
-
-
-
Method Detail
-
supports
public boolean supports(AttrReleasePolicyConf conf)
- Specified by:
supports
in interfaceAttrReleaseMapper
-
build
public org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy build(AttrReleasePolicyTO policy)
- Specified by:
build
in interfaceAttrReleaseMapper
-
-