org.picketlink.identity.federation.saml.common
Class CommonAdviceType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
advices
protected List<Object> advices
CommonAdviceType
public CommonAdviceType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.