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 FSNameRegistrationRequest |
FSNameRegistrationRequest.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSNameRegistrationRequest object. |
static FSNameRegistrationRequest |
FSNameRegistrationRequest.parseXML(String xml)
Deprecated.
|
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 FSNameRegistrationRequest |
FSNameRegistrationHandler.regisRequest |
Modifier and Type | Method and Description |
---|---|
void |
FSNameRegistrationHandler.processRegistrationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSNameRegistrationRequest regisRequest)
Processes the registration request received from a
remote provider.
|
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.
|
boolean |
FSNameRegistrationHandler.setUserDN(FSNameRegistrationRequest regisRequest)
Determines the user based on the registration request received from
a remote provider.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.