Uses of Interface
com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Packages that use ManageNameIDRequest Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.org.forgerock.openam.saml2.plugins This package contains the API for writing SAML federation plugins. -
-
Uses of ManageNameIDRequest in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type ManageNameIDRequest Modifier and Type Method Description StringIDPAccountMapper. getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm)Returns the user's distinguished name or the universal ID for the correspondingSAML ManageNameIDRequest.StringSPAccountMapper. getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm)Returns the user's distinguished name or the universal ID for the correspondingSAML ManageNameIDRequest. -
Uses of ManageNameIDRequest in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return ManageNameIDRequest Modifier and Type Method Description ManageNameIDRequestProtocolFactory. createManageNameIDRequest()Returns a mutable manage name identifier request object.ManageNameIDRequestProtocolFactory. createManageNameIDRequest(String value)Returns an immutable manage name identifier request object.ManageNameIDRequestProtocolFactory. createManageNameIDRequest(Element value)Returns an immutable manage name identifier request object. -
Uses of ManageNameIDRequest in org.forgerock.openam.saml2.plugins
Methods in org.forgerock.openam.saml2.plugins with parameters of type ManageNameIDRequest Modifier and Type Method Description default voidSPAdapter. postNewNameIDSuccess(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding)Invokes after new Name Identifier processing succeeded.default voidSPAdapter. postTerminateNameIDSuccess(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding)Invokes after Terminate Name Identifier processing succeeded.
-