org.picketlink.identity.federation.saml.v2.assertion
Class AuthnContextType.AuthnContextTypeSequence
java.lang.Object
org.picketlink.identity.federation.saml.v2.assertion.AuthnContextType.AuthnContextTypeSequence
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AuthnContextType
public class AuthnContextType.AuthnContextTypeSequence
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthnContextType.AuthnContextTypeSequence
public AuthnContextType.AuthnContextTypeSequence()
getClassRef
public AuthnContextClassRefType getClassRef()
setClassRef
public void setClassRef(AuthnContextClassRefType classRef)
addURIType
public void addURIType(URIType aa)
removeURIType
public void removeURIType(URIType aa)
addURIType
public void addURIType(URIType[] aas)
getURIType
public Set<URIType> getURIType()
getAuthnContextDecl
public AuthnContextDeclType getAuthnContextDecl()
setAuthnContextDecl
public void setAuthnContextDecl(AuthnContextDeclType authnContextDecl)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.