eu.emi.dsr.security
Interface UserAttributeHandler
- All Known Implementing Classes:
- UserAttributeCallback
public interface UserAttributeHandler
callback for handling Attributes defined in a UserAssertion
- Author:
- schuller
processUserDefinedAttribute
void processUserDefinedAttribute(String name,
String nameFormat,
org.apache.xmlbeans.XmlObject[] values,
SecurityTokens tokens)
- process a SAML attribute defined in the User assertion
- Parameters:
name - - the name of the attributenameFormat - - the NameFormatvalues - - the array of valuestokens - - the security tokens
Copyright © 2012. All Rights Reserved.