public class ExtractUsernamePasswordFromWSSToken extends AbstractExtractionAction
Envelope.| Modifier and Type | Field and Description |
|---|---|
private Envelope |
inboundMessage
Inbound message to operate on.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
ExtractUsernamePasswordFromWSSToken() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext,
AuthenticationContext authenticationContext) |
protected boolean |
doPreExecute(ProfileRequestContext profileRequestContext,
AuthenticationContext authenticationContext) |
private Pair<String,String> |
extractUsernamePassword(Envelope message)
Extracts a username/password from the inbound message.
|
private UsernameToken |
getUsernameToken(Envelope message)
Extracts the
UsernameToken from the given Envelope. |
applyTransforms, setLowercase, setTransforms, setTrim, setUppercasedoExecute, doPreExecute, setLookupStrategydoExecute, execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategygetActivationCondition, setActivationConditiondoPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull private final org.slf4j.Logger log
protected boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull AuthenticationContext authenticationContext)
doPreExecute in class AbstractAuthenticationActionprotected void doExecute(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull AuthenticationContext authenticationContext)
doExecute in class AbstractAuthenticationAction@Nullable private Pair<String,String> extractUsernamePassword(@Nonnull Envelope message)
message - the inbound message@Nullable private UsernameToken getUsernameToken(@Nonnull Envelope message)
UsernameToken from the given Envelope.message - the message from which the token should be extractedCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.