Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnContextType
-
Packages that use AuthnContextType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion -
-
Uses of AuthnContextType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as AuthnContextType Modifier and Type Field Description protected AuthnContextTypeAuthnStatementType. authnContextMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return AuthnContextType Modifier and Type Method Description AuthnContextTypeObjectFactory. createAuthnContextType()Create an instance ofAuthnContextTypeAuthnContextTypeAuthnStatementType. getAuthnContext()Gets the value of the authnContext property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type AuthnContextType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthnContextType>ObjectFactory. createAuthnContext(AuthnContextType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type AuthnContextType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthnContextType>ObjectFactory. createAuthnContext(AuthnContextType value)voidAuthnStatementType. setAuthnContext(AuthnContextType value)Sets the value of the authnContext property.
-