Uses of Class
com.sun.identity.console.federation.IDFFAuthContexts
-
Packages that use IDFFAuthContexts Package Description com.sun.identity.console.federation.model -
-
Uses of IDFFAuthContexts in com.sun.identity.console.federation.model
Methods in com.sun.identity.console.federation.model that return IDFFAuthContexts Modifier and Type Method Description IDFFAuthContextsIDFFModel. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.IDFFAuthContextsIDFFModelImpl. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.IDFFAuthContextsIDFFModel. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.IDFFAuthContextsIDFFModelImpl. 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 IDFFAuthContexts Modifier and Type Method Description voidIDFFModel. updateIDPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update IDP Authentication ContextsvoidIDFFModelImpl. updateIDPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update IDP Authentication ContextsvoidIDFFModel. updateSPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update SP Authentication ContextsvoidIDFFModelImpl. updateSPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update SP Authentication Contexts
-