public class WDSSO extends Object
Constructor and Description |
---|
WDSSO()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
destroyModuleState()
Destroy the state.
|
Principal |
getPrincipal()
Returns principal of the authenticated user.
|
void |
init(Subject subject,
Map sharedState,
Map options)
Initialize parameters.
|
void |
nullifyUsedVars()
Nullify any variables that might have been set.
|
String |
process(Map<String,String> options,
Context context,
Request request)
Process the login attempt.
|
public void init(Subject subject, Map sharedState, Map options)
subject
- The subject.sharedState
- The shared state.options
- The options.public Principal getPrincipal()
public String process(Map<String,String> options, Context context, Request request) throws Exception
options
- The options.context
- The context.request
- The request.Exception
- If an error occurred.public void destroyModuleState()
public void nullifyUsedVars()
Copyright © 2025 Open Identity Platform Community. All rights reserved.