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. -
-
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.voidSAML2ServiceProviderAdapter. 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.voidSAML2ServiceProviderAdapter. 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. -
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.
-