public interface SOAPProviderConfig
Modifier and Type | Method and Description |
---|---|
WebServiceAuthenticator |
getAuthenticator()
Returns Web service authenticator implementation.
|
Set |
getSupportedAuthenticationMechanisms()
Returns supported authentication mechanisms.
|
boolean |
isRequestAuthEnabled()
Checks is the request authentication is enabled.
|
boolean |
isResponseSignEnabled()
Checks if the SOAP response needs to be signed.
|
void |
setRequestAuthEnabled(boolean signRequired)
Sets the request authentication enabled.
|
void |
setResponseSignEnabled(boolean signRequired)
Sets the response signing enabled.
|
void |
setSupportedAuthenticationMechanisms(Set authMechs)
Sets the supported authentication mechanisms.
|
Set getSupportedAuthenticationMechanisms()
void setSupportedAuthenticationMechanisms(Set authMechs)
authMechs
- Set of liberty authentication mechanisms.WebServiceAuthenticator getAuthenticator()
boolean isResponseSignEnabled()
boolean isRequestAuthEnabled()
void setResponseSignEnabled(boolean signRequired)
signRequired
- boolean variable to enable response signing.void setRequestAuthEnabled(boolean signRequired)
signRequired
- boolean variable to enable request authentication.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.