PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
Direct Known Subclasses:
ActivationPinType, ExtensionOnlyType, IdentificationType, KeyActivationType, OperationalProtectionType, OriginalAuthenticatorTransportProtocolType, OriginalAuthnContextDeclarationBaseType, OriginalAuthnMethodBaseType, PasswordType, PrincipalAuthenticationMechanismType, PrivateKeyProtectionType, PublicKeyType, SecretKeyProtectionType, SecurityAuditType, SharedSecretChallengeResponseType, TechnicalProtectionBaseType, TokenType

public class ExtensionListType
extends Object

A type that contains a list of ExtensionType

Since:
Feb 3, 2011
Author:
Anil.Saldhana@redhat.com

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

Field Detail

content

protected List<ExtensionType> content
Constructor Detail

ExtensionListType

public ExtensionListType()
Method Detail

add

public void add(ExtensionType obj)

remove

public void remove(ExtensionType obj)

getContent

public List<ExtensionType> getContent()

PicketLink Federation Core 2.1.6.Final-redhat-2

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