PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.common
Class CommonAdviceType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonAdviceType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdviceType, SAML11AdviceType

public class CommonAdviceType
extends Object
implements Serializable

SAML Advice Type

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  List<Object> advices
           
 
Constructor Summary
CommonAdviceType()
           
 
Method Summary
 void addAdvice(Object obj)
          Add an advice
 List<Object> getAdvices()
          Gets the advices.
 boolean remove(Object advice)
          Remove an advice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

advices

protected List<Object> advices
Constructor Detail

CommonAdviceType

public CommonAdviceType()
Method Detail

addAdvice

public void addAdvice(Object obj)
Add an advice

Parameters:
obj -

remove

public boolean remove(Object advice)
Remove an advice

Parameters:
advice -
Returns:

getAdvices

public List<Object> getAdvices()
Gets the advices. (Read only list)

Returns:
List read only

PicketLink Federation Core 2.1.6.Final-redhat-2

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