org.picketlink.identity.federation.saml.v2.ac.classes
Class ObjectListType
java.lang.Object
org.picketlink.identity.federation.saml.v2.ac.classes.ObjectListType
- Direct Known Subclasses:
- ComplexAuthenticatorType, ExtensionType, OriginalAuthenticatorBaseType
public class ObjectListType
- extends Object
A type that contains a list of objects
- Since:
- Feb 3, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<Object> content
ObjectListType
public ObjectListType()
add
public void add(Object obj)
remove
public void remove(Object obj)
getContent
public List<Object> getContent()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.