PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.wstrust.plugins.saml
Interface SAML20TokenAttributeProvider


public interface SAML20TokenAttributeProvider

An interface used by SAML20TokenProvider to retrieve an environment specific attribute that will be inserted into the Assertion.

Author:
Babak Mozaffari

Method Summary
 AttributeStatementType getAttributeStatement()
          Given the security context, environment or other static or non-static criteria, returns an attribute statement to be included in the SAML v2 Assertion
 void setProperties(Map<String,String> properties)
          Sets properties on the Attribute Provider that may affect its behavior
 

Method Detail

setProperties

void setProperties(Map<String,String> properties)
Sets properties on the Attribute Provider that may affect its behavior

Parameters:
properties - A set of string properties, some or all of which might impact the provider's behavior

getAttributeStatement

AttributeStatementType getAttributeStatement()
Given the security context, environment or other static or non-static criteria, returns an attribute statement to be included in the SAML v2 Assertion

Returns:
An Attribute Statement to be inserted in the SAML v2 Assertion

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.