public class AuthnContextType extends Object
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>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authnContextClassRef |
| Constructor and Description |
|---|
AuthnContextType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthnContextClassRef()
Gets the value of the authnContextClassRef property.
|
void |
setAuthnContextClassRef(String value)
Sets the value of the authnContextClassRef property.
|
Copyright © 2016. All rights reserved.