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 String
IDPAccountMapper. getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm)
Returns the user's distinguished name or the universal ID for the correspondingSAML ManageNameIDRequest
.String
SPAccountMapper. 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 ManageNameIDRequest
ProtocolFactory. createManageNameIDRequest()
Returns a mutable manage name identifier request object.ManageNameIDRequest
ProtocolFactory. createManageNameIDRequest(String value)
Returns an immutable manage name identifier request object.ManageNameIDRequest
ProtocolFactory. 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 void
SPAdapter. 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 void
SPAdapter. 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.
-