Uses of Class
com.sun.identity.console.federation.SAMLv2AuthContexts
-
Packages that use SAMLv2AuthContexts Package Description com.sun.identity.console.federation com.sun.identity.console.federation.model -
-
Uses of SAMLv2AuthContexts in com.sun.identity.console.federation
Methods in com.sun.identity.console.federation with parameters of type SAMLv2AuthContexts Modifier and Type Method Description protected voidSAMLv2Base. populateAuthenticationContext(SAMLv2AuthContexts authContexts, com.sun.web.ui.model.CCActionTableModel tblAuthContextsModel, String dropdownContextRef)For the given set of authContexts read from the extended metadata, populate the table and dropdown menu -
Uses of SAMLv2AuthContexts in com.sun.identity.console.federation.model
Methods in com.sun.identity.console.federation.model that return SAMLv2AuthContexts Modifier and Type Method Description SAMLv2AuthContextsSAMLv2Model. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.SAMLv2AuthContextsSAMLv2ModelImpl. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.SAMLv2AuthContextsSAMLv2Model. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.SAMLv2AuthContextsSAMLv2ModelImpl. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.Methods in com.sun.identity.console.federation.model with parameters of type SAMLv2AuthContexts Modifier and Type Method Description voidSAMLv2Model. updateIDPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update IDP Authentication ContextsvoidSAMLv2ModelImpl. updateIDPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update IDP Authentication ContextsvoidSAMLv2Model. updateSPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update SP Authentication ContextsvoidSAMLv2ModelImpl. updateSPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update SP Authentication Contexts
-