|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.saml._2_0.assertion.AuthnContext
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:43:22+02:00",
comments="JAXB RI v2.2.11")
public class AuthnContext
Java class for AuthnContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnContextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef"/>
<choice minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDecl"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDeclRef"/>
</choice>
</sequence>
<choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDecl"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDeclRef"/>
</choice>
</choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthenticatingAuthority" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AuthnContext()
|
|
| Method Summary | |
|---|---|
List<String> |
getAuthenticatingAuthorities()
Gets the value of the authenticatingAuthorities property. |
String |
getAuthnContextClassRef()
Gets the value of the authnContextClassRef property. |
Object |
getAuthnContextDecl()
Gets the value of the authnContextDecl property. |
String |
getAuthnContextDeclRef()
Gets the value of the authnContextDeclRef property. |
void |
setAuthnContextClassRef(String value)
Sets the value of the authnContextClassRef property. |
void |
setAuthnContextDecl(Object value)
Sets the value of the authnContextDecl property. |
void |
setAuthnContextDeclRef(String value)
Sets the value of the authnContextDeclRef property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthnContext()
| Method Detail |
|---|
public String getAuthnContextClassRef()
Stringpublic void setAuthnContextClassRef(String value)
value - allowed object is
Stringpublic String getAuthnContextDeclRef()
Stringpublic void setAuthnContextDeclRef(String value)
value - allowed object is
Stringpublic Object getAuthnContextDecl()
Objectpublic void setAuthnContextDecl(Object value)
value - allowed object is
Objectpublic List<String> getAuthenticatingAuthorities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the authenticatingAuthorities property.
For example, to add a new item, do as follows:
getAuthenticatingAuthorities().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||