Class ExtensionListType
- java.lang.Object
-
- org.keycloak.dom.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
Fields Modifier and Type Field Description protected List<ExtensionType>content
-
Constructor Summary
Constructors Constructor Description ExtensionListType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ExtensionType obj)List<ExtensionType>getContent()voidremove(ExtensionType obj)
-
-
-
Field Detail
-
content
protected List<ExtensionType> content
-
-
Method Detail
-
add
public void add(ExtensionType obj)
-
remove
public void remove(ExtensionType obj)
-
getContent
public List<ExtensionType> getContent()
-
-