Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.plugins |
Defines Federation Adapter for Service Provider.
|
com.sun.identity.federation.services.registration |
Handles
ID-FF name registration. |
Modifier and Type | Method and Description |
---|---|
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSNameRegistrationResponse object. |
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSNameRegistrationLogoutResponse object. |
static FSNameRegistrationResponse |
FSNameRegistrationResponse.parseXML(String xml)
Deprecated.
Returns the
FSNameRegistrationResponse object. |
Modifier and Type | Method and Description |
---|---|
void |
FSDefaultSPAdapter.postRegisterNameIdentifierSuccess(String hostedProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userDN,
FSNameRegistrationRequest regRequest,
FSNameRegistrationResponse regResponse,
String regProfile)
Invokes after Register Name Identifier processing is successful
|
void |
FederationSPAdapter.postRegisterNameIdentifierSuccess(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userDN,
FSNameRegistrationRequest regRequest,
FSNameRegistrationResponse regResponse,
String regProfile)
Deprecated.
Invokes after Register Name Identifier processing is successful
|
Modifier and Type | Field and Description |
---|---|
protected FSNameRegistrationResponse |
FSNameRegistrationHandler.regisResponse |
Modifier and Type | Method and Description |
---|---|
FSNameRegistrationResponse |
FSNameRegistrationHandler.processSOAPRegistrationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSNameRegistrationRequest regisRequest)
Processes the name registration request received from a
remote provider.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FSNameRegistrationHandler.processRegistrationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSNameRegistrationResponse regisResponse)
Initiates the name registration operation.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.