public class AuthnContextType.AuthnContextTypeSequence extends Object implements Serializable
Constructor and Description |
---|
AuthnContextTypeSequence() |
Modifier and Type | Method and Description |
---|---|
void |
addURIType(URIType aa) |
void |
addURIType(URIType[] aas) |
AuthnContextDeclType |
getAuthnContextDecl() |
AuthnContextClassRefType |
getClassRef() |
Set<URIType> |
getURIType() |
void |
removeURIType(URIType aa) |
void |
setAuthnContextDecl(AuthnContextDeclType authnContextDecl) |
void |
setClassRef(AuthnContextClassRefType classRef) |
public AuthnContextClassRefType getClassRef()
public void setClassRef(AuthnContextClassRefType classRef)
public void addURIType(URIType aa)
public void removeURIType(URIType aa)
public void addURIType(URIType[] aas)
public AuthnContextDeclType getAuthnContextDecl()
public void setAuthnContextDecl(AuthnContextDeclType authnContextDecl)
Copyright © 2021 JBoss by Red Hat. All rights reserved.