Interface AttributeInitializer
public interface AttributeInitializer
Interface used for configuring custom sets of attributes in the
Initializers other than trustbroker-service defining an
swiss.trustbroker.common.saml.util.AttributeRegistry
Initializers other than trustbroker-service defining an
@Order must use positive numbers.- See Also:
-
Method Summary
-
Method Details
-
init
void init()Register values viaAttributeRegistry.putAttributeName -
validate
boolean validate()Called at the end of the AttributeRegistry initialization, verify all values are properly configured.- Returns:
- false in case of incomplete configurations. Issues must be logged.
-