PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.ac.classes
Class ObjectListType

java.lang.Object
  extended by 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

Field Summary
protected  List<Object> content
           
 
Constructor Summary
ObjectListType()
           
 
Method Summary
 void add(Object obj)
           
 List<Object> getContent()
           
 void remove(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<Object> content
Constructor Detail

ObjectListType

public ObjectListType()
Method Detail

add

public void add(Object obj)

remove

public void remove(Object obj)

getContent

public List<Object> getContent()

PicketLink Federation Core 2.1.6.Final-redhat-2

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