eu.emi.dsr.security
Interface UserAttributeHandler

All Known Implementing Classes:
UserAttributeCallback

public interface UserAttributeHandler

callback for handling Attributes defined in a UserAssertion

Author:
schuller

Method Summary
 void processUserDefinedAttribute(String name, String nameFormat, org.apache.xmlbeans.XmlObject[] values, SecurityTokens tokens)
          process a SAML attribute defined in the User assertion
 

Method Detail

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 attribute
nameFormat - - the NameFormat
values - - the array of values
tokens - - the security tokens


Copyright © 2012. All Rights Reserved.