org.picketlink.identity.federation.saml.v2.ac.classes
Class ExtensionListType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<ExtensionType> content
ExtensionListType
public ExtensionListType()
add
public void add(ExtensionType obj)
remove
public void remove(ExtensionType obj)
getContent
public List<ExtensionType> getContent()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.