ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, SingleSignOnServicesConfigSpi
, WebLogicMBean
public interface SingleSignOnServicesMBean extends ConfigurationMBean, SingleSignOnServicesConfigSpi
This MBean represents configuration for SAML 2.0-based local site Single Sign-On Services.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
AES128_CBC |
|
static java.lang.String |
AES128_GCM |
|
static java.lang.String |
AES192_CBC |
|
static java.lang.String |
AES192_GCM |
|
static java.lang.String |
AES256_CBC |
|
static java.lang.String |
AES256_GCM |
|
static java.lang.String |
RSA15 |
|
static java.lang.String |
RSAOAEP |
|
static java.lang.String |
RSAOAEP11 |
|
static java.lang.String |
TRIPLEDES_CBC |
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getAllowedTargetHosts() |
List of hosts to compare against the host in the SAML SP target redirect URL.
|
int |
getArtifactMaxCacheSize() |
The maximum size of the artifact cache.
|
int |
getArtifactTimeout() |
The maximum timeout (in seconds) of artifacts stored in the local cache.
|
java.lang.String |
getAssertionEncryptionDecryptionKeyAlias() |
The keystore alias for the certificate and private key to be used to encrypt and decrypt SAML Assertions.
|
java.lang.String |
getAssertionEncryptionDecryptionKeyPassPhrase() |
The passphrase used to retrieve the local site's Assertion key from
the keystore.
|
byte[] |
getAssertionEncryptionDecryptionKeyPassPhraseEncrypted() |
The encrypted passphrase used to retrieve the local site's Assertion key from
the keystore.
|
int |
getAuthnRequestMaxCacheSize() |
The maximum size of the authentication request cache.
|
int |
getAuthnRequestTimeout() |
The maximum timeout (in seconds) of <AuthnRequest> documents stored in the local cache.
|
java.lang.String |
getBasicAuthPassword() |
The password used to assign Basic Authentication credentials to outgoing HTTPS connections
|
byte[] |
getBasicAuthPasswordEncrypted() |
The encrypted password used assign Basic Authentication credentials to outgoing HTTPS connections.
|
java.lang.String |
getBasicAuthUsername() |
The username that is used to assign Basic authentication credentials to outgoing HTTPS connections.
|
java.lang.String |
getContactPersonCompany() |
The contact person's company name.
|
java.lang.String |
getContactPersonEmailAddress() |
The contact person's e-mail address.
|
java.lang.String |
getContactPersonGivenName() |
The contact person given (first) name.
|
java.lang.String |
getContactPersonSurName() |
The contact person surname (last name).
|
java.lang.String |
getContactPersonTelephoneNumber() |
The contact person's telephone number.
|
java.lang.String |
getContactPersonType() |
The contact person type.
|
java.lang.String |
getDataEncryptionAlgorithm() |
Get the preferred data encryption algorithm for SAML assertion encryption.
|
java.lang.String |
getDefaultURL() |
The Service Provider's default URL.
|
java.lang.String |
getEntityID() |
The string that uniquely identifies the local site.
|
java.lang.String |
getIdentityProviderPreferredBinding() |
Specifies the preferred binding type for endpoints of the Identity Provider services.
|
java.lang.String |
getKeyEncryptionAlgorithm() |
Get the preferred key encryption algorithm for SAML assertion encryption.
|
java.lang.String |
getLoginReturnQueryParameter() |
The name of the query parameter to be used for conveying the login-return URL to the login form web application.
|
java.lang.String |
getLoginURL() |
The URL of the login form web application to which unauthenticated requests are directed.
|
java.lang.String[] |
getMetadataEncryptionAlgorithms() |
Get the list of algorithms to put in the metadata.
|
java.lang.String |
getOrganizationName() |
The organization name.
|
java.lang.String |
getOrganizationURL() |
The organization URL.
|
java.lang.String |
getPublishedSiteURL() |
The published site URL.
|
java.lang.String |
getServiceProviderPreferredBinding() |
Specifies the preferred binding type for endpoints of Service Provider services.
|
java.lang.String |
getServiceProviderSingleLogoutBinding() |
The binding used by the Service Provider to send SAML Single Logout Requests
|
java.lang.String[] |
getServiceProviderSingleLogoutRedirectURIs() |
The list of allowed redirect URIs to be used by the initiating Service Provider for after Logout redirection.
|
java.lang.String |
getSSOSigningKeyAlias() |
The keystore alias for the key to be used when signing documents.
|
java.lang.String |
getSSOSigningKeyPassPhrase() |
The passphrase used to retrieve the local site's SSO signing key from
the keystore.
|
byte[] |
getSSOSigningKeyPassPhraseEncrypted() |
The encrypted passphrase used to retrieve the local site's SSO signing key from
the keystore.
|
java.lang.String |
getTransportLayerSecurityKeyAlias() |
The string alias used to store and retrieve the server's private key, which is used to
establish outgoing TLS/SSL connections.
|
java.lang.String |
getTransportLayerSecurityKeyPassPhrase() |
The passphrase used to retrieve the server's private key from the keystore.
|
byte[] |
getTransportLayerSecurityKeyPassPhraseEncrypted() |
The encrypted passphrase used to retrieve the local site's TLS/SSL key from
the keystore.
|
boolean |
isAssertionEncryptionEnabled() |
Get assertion encryption enabled flag
|
boolean |
isAssertionSubjectSessionTimeoutCheckEnabled() |
Indicates whether to use the session timeout timestamp from the assertion's subject as a condition to time out the local session.
|
boolean |
isForceAuthn() |
Specifies whether the Identity Provider must authenticate users directly
and not use a previous security context.
|
boolean |
isIdentityProviderArtifactBindingEnabled() |
Specifies whether the Artifact binding is enabled for the Identity Provider.
|
boolean |
isIdentityProviderEnabled() |
Specifies whether the local site is enabled for the Identity Provider
role.
|
boolean |
isIdentityProviderPOSTBindingEnabled() |
Specifies whether the POST binding is enabled for the Identity Provider.
|
boolean |
isIdentityProviderRedirectBindingEnabled() |
Specifies whether the Redirect binding is enabled for the Identity Provider.
|
boolean |
isPassive() |
Determines whether the Identity Provider and the user must not
take control of the user interface from the requester and interact with the user in a
noticeable fashion.
|
boolean |
isPOSTOneUseCheckEnabled() |
Specifies whether the POST one-use check is enabled.
|
boolean |
isRecipientCheckEnabled() |
Specifies whether the recipient/destination check is enabled.
|
boolean |
isReplicatedCacheEnabled() |
Specifies whether the persistent cache (LDAP or RDBMS) is used for
storing SAML 2.0 artifacts and authentication requests.
|
boolean |
isServiceProviderArtifactBindingEnabled() |
Specifies whether the Artifact binding is enabled for the Service Provider.
|
boolean |
isServiceProviderEnabled() |
Specifies whether the local site is enabled for the Service Provider
role.
|
boolean |
isServiceProviderPOSTBindingEnabled() |
Specifies whether the POST binding is enabled for the Service Provider.
|
boolean |
isServiceProviderSingleLogoutEnabled() |
Specifies whether Single Logout is enabled for the Service Provider.
|
boolean |
isSignAuthnRequests() |
Specifies whether authentication requests must be signed.
|
boolean |
isWantArtifactRequestsSigned() |
Specifies whether incoming artifact requests must be signed.
|
boolean |
isWantAssertionsSigned() |
Specifies whether incoming SAML 2.0 assertions must be signed.
|
boolean |
isWantAuthnRequestsSigned() |
Specifies whether incoming authentication requests must be signed.
|
boolean |
isWantBasicAuthClientAuthentication() |
Specifies whether Basic Authentication client authentication is required.
|
boolean |
isWantResponsesSigned() |
Specifies whether the inbound SAML 2.0 Responses must be signed.
|
boolean |
isWantTransportLayerSecurityClientAuthentication() |
Specifies whether TLS/SSL client authentication is required.
|
void |
setAllowedTargetHosts(java.lang.String[] allowedTargetHosts) |
Set the allowed target hosts for url redirection
|
void |
setArtifactMaxCacheSize(int cacheSize) |
|
void |
setArtifactTimeout(int timeout) |
|
void |
setAssertionEncryptionDecryptionKeyAlias(java.lang.String assertionEncryptionDecryptionKeyAlias) |
Set the Assertion encryption, decryption key alias.
|
void |
setAssertionEncryptionDecryptionKeyPassPhrase(java.lang.String assertionEncryptionDecryptionKeyPassPhrase) |
Sets the value of the AssertionEncryptionDecryptionKeyPassPhrase attribute.
|
void |
setAssertionEncryptionDecryptionKeyPassPhraseEncrypted(byte[] assertionEncryptionDecryptionKeyPassPhraseEncrypted) |
Sets the value of the AssertionEncryptionDecryptionKeyPassPhraseEncrypted attribute.
|
void |
setAssertionEncryptionEnabled(boolean assertionEncryptionEnabled) |
Set the AssertionEncryptionEnabled flag
|
void |
setAssertionSubjectSessionTimeoutCheckEnabled(boolean timeoutCheckEnabled) |
Sets the AssertionSubjectSessionTimeoutCheckEnabled flag.
|
void |
setAuthnRequestMaxCacheSize(int cacheSize) |
|
void |
setAuthnRequestTimeout(int timeout) |
|
void |
setBasicAuthPassword(java.lang.String password) |
Sets the value of the BasicAuthPassword attribute.
|
void |
setBasicAuthPasswordEncrypted(byte[] passwordEncrypted) |
Sets the value of the BasicAuthPasswordEncrypted attribute.
|
void |
setBasicAuthUsername(java.lang.String name) |
Sets Basic Authentication username
|
void |
setContactPersonCompany(java.lang.String company) |
Sets the contact person company
|
void |
setContactPersonEmailAddress(java.lang.String address) |
Sets the contact person e-mail address
|
void |
setContactPersonGivenName(java.lang.String name) |
Sets the contact person given name
|
void |
setContactPersonSurName(java.lang.String name) |
Sets the contact person surname
|
void |
setContactPersonTelephoneNumber(java.lang.String number) |
Sets the contact person telephone number
|
void |
setContactPersonType(java.lang.String type) |
Sets contact person type using enumeration values from SAML 2.0 metadata.
|
void |
setDefaultURL(java.lang.String defaultURL) |
|
void |
setEntityID(java.lang.String entityID) |
Sets the Entity ID
|
void |
setForceAuthn(boolean forceAuthn) |
Sets the force authentication flag
|
void |
setIdentityProviderArtifactBindingEnabled(boolean enabled) |
|
void |
setIdentityProviderEnabled(boolean isEnabled) |
Sets identity provider enabled flag
|
void |
setIdentityProviderPOSTBindingEnabled(boolean enabled) |
|
void |
setIdentityProviderPreferredBinding(java.lang.String binding) |
Binding must be one of "None", "HTTP/POST", or "HTTP/Artifact"
|
void |
setIdentityProviderRedirectBindingEnabled(boolean enabled) |
|
void |
setKeyEncryptionAlgorithm(java.lang.String keyEncryptionAlgorithm) |
Set the preferred key encryption algorithm.
|
void |
setLoginReturnQueryParameter(java.lang.String queryParameter) |
Sets the login return query parameter
|
void |
setLoginURL(java.lang.String loginURL) |
SEts the Login URL
|
void |
setMetadataEncryptionAlgorithms(java.lang.String[] algorithms) |
|
void |
setOrganizationName(java.lang.String name) |
Sets the organization name
|
void |
setOrganizationURL(java.lang.String url) |
Sets the organization URL
|
void |
setPassive(boolean passive) |
Sets the passive flag
|
void |
setPOSTOneUseCheckEnabled(boolean postOneUseCheckEnabled) |
Set the POST one-use check enabled value.
|
void |
setPublishedSiteURL(java.lang.String siteURL) |
The published site URL.
|
void |
setRecipientCheckEnabled(boolean postRecipientCheckEnabled) |
Set the POST recipient check enabled value.
|
void |
setReplicatedCacheEnabled(boolean replicated) |
Sets the Use Replicated Cache flag.
|
void |
setServiceProviderArtifactBindingEnabled(boolean enabled) |
|
void |
setServiceProviderEnabled(boolean isEnabled) |
Sets service provider enabled flag
|
void |
setServiceProviderPOSTBindingEnabled(boolean enabled) |
|
void |
setServiceProviderPreferredBinding(java.lang.String binding) |
Binding must be one of "None", "HTTP/POST", or "HTTP/Artifact"
|
void |
setServiceProviderSingleLogoutBinding(java.lang.String binding) |
Sets the binding used by the Service Provider to send SAML Single Logout Requests
|
void |
setServiceProviderSingleLogoutEnabled(boolean singleLogoutEnabled) |
Sets the Service Provider's SingleLogoutEnabled flag.
|
void |
setServiceProviderSingleLogoutRedirectURIs(java.lang.String[] redirectURIs) |
Sets the list of allowed URIs to be used by the initiating Service Provider for after Logout redirection.
|
void |
setSignAuthnRequests(boolean signAuthnRequests) |
Sets the sign <AuthnRequest> documents flag
|
void |
setSSOSigningKeyAlias(java.lang.String ssoSigningKeyAlias) |
Set the SSO Signing key alias.
|
void |
setSSOSigningKeyPassPhrase(java.lang.String signingKeyPassPhrase) |
Sets the value of the SSOSigningKeyPassPhrase attribute.
|
void |
setSSOSigningKeyPassPhraseEncrypted(byte[] signingKeyPassPhraseEncrypted) |
Sets the value of the SSOSigningKeyPassPhraseEncrypted attribute.
|
void |
setTransportLayerSecurityKeyAlias(java.lang.String keyAlias) |
Set the TLS/SSL key alias.
|
void |
setTransportLayerSecurityKeyPassPhrase(java.lang.String keyPassPhrase) |
Sets the value of the TransportLayerSecurityKeyPassPhrase attribute.
|
void |
setTransportLayerSecurityKeyPassPhraseEncrypted(byte[] keyPassPhraseEncrypted) |
Sets the value of the TransportLayerSecurityKeyPassPhraseEncrypted attribute.
|
void |
setWantArtifactRequestsSigned(boolean wantSigned) |
Sets the flag that determines if <ArtifactRequest> documents will be signed
|
void |
setWantAssertionsSigned(boolean wantSigned) |
Set want assertions signed flag
|
void |
setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned) |
Determines that authentication requests must be signed.
|
void |
setWantBasicAuthClientAuthentication(boolean wantBA) |
Sets the flag that determines if Basic Authentication client authentication is wanted
|
void |
setWantResponsesSigned(boolean wantResponsesSigned) |
Sets WantResponsesSigned flag
|
void |
setWantTransportLayerSecurityClientAuthentication(boolean wantAuthentication) |
Sets the flag that determines if TLS/SSL client authentication is required.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
static final java.lang.String AES128_CBC
static final java.lang.String AES192_CBC
static final java.lang.String AES256_CBC
static final java.lang.String AES128_GCM
static final java.lang.String AES192_GCM
static final java.lang.String AES256_GCM
static final java.lang.String TRIPLEDES_CBC
static final java.lang.String RSAOAEP11
static final java.lang.String RSAOAEP
static final java.lang.String RSA15
java.lang.String getContactPersonGivenName()
The contact person given (first) name.
getContactPersonGivenName
in interface SingleSignOnServicesConfigSpi
void setContactPersonGivenName(java.lang.String name)
name
- Contact person given namejava.lang.String getContactPersonSurName()
The contact person surname (last name).
getContactPersonSurName
in interface SingleSignOnServicesConfigSpi
void setContactPersonSurName(java.lang.String name)
name
- Contact person surnamejava.lang.String getContactPersonType()
The contact person type.
getContactPersonType
in interface SingleSignOnServicesConfigSpi
void setContactPersonType(java.lang.String type)
type
- Contact person typejava.lang.String getContactPersonCompany()
The contact person's company name.
getContactPersonCompany
in interface SingleSignOnServicesConfigSpi
void setContactPersonCompany(java.lang.String company)
company
- Contact person companyjava.lang.String getContactPersonTelephoneNumber()
The contact person's telephone number.
getContactPersonTelephoneNumber
in interface SingleSignOnServicesConfigSpi
void setContactPersonTelephoneNumber(java.lang.String number)
number
- Contact person telephone numberjava.lang.String getContactPersonEmailAddress()
The contact person's e-mail address.
getContactPersonEmailAddress
in interface SingleSignOnServicesConfigSpi
void setContactPersonEmailAddress(java.lang.String address)
address
- Contact person e-mail addressjava.lang.String getOrganizationName()
The organization name.
This string specifies the name of the organization to which a user may refer for obtaining additional information about the local site.
getOrganizationName
in interface SingleSignOnServicesConfigSpi
void setOrganizationName(java.lang.String name)
name
- Organization namejava.lang.String getOrganizationURL()
The organization URL.
This string specifies a location to which a user may refer for information about the local site. This string is not used by SAML 2.0 services for the actual handling or processing of messages.
getOrganizationURL
in interface SingleSignOnServicesConfigSpi
void setOrganizationURL(java.lang.String url)
url
- Organization URLjava.lang.String getPublishedSiteURL()
The published site URL.
When publishing SAML 2.0 metadata, this URL is used as a base URL to construct endpoint URLs for the various SAML 2.0 services. The published site URL is also used during request processing to generate and/or parse various URLs.
The hostname and port portion of the URL should be the hostname and port at which the server is visible externally; this may not be the same as the hostname and port by which the server is known locally. If you are configuring SAML 2.0 services in a cluster, the hostname and port may correspond to the load balancer or proxy server that distributes client requests to servers in the cluster.
The remainder of the URL should be a single path component
corresponding to the application context at which the SAML 2.0
services application is deployed (typically /saml2
).
getPublishedSiteURL
in interface SingleSignOnServicesConfigSpi
setPublishedSiteURL(String)
void setPublishedSiteURL(java.lang.String siteURL)
The published site URL.
When publishing SAML 2.0 metadata, this is used as a base URL to construct endpoint URLs for the various SAML 2.0 services. The published site URL is also used during request processing to generate or parse various URLs.
The hostname and port portion of the URL should be the hostname and port at which the server is externally visible; this may not be the same as the hostname and port by which the server is known locally. For example, if you are configuring SAML 2.0 services in a cluster, the hostname and port of the published site URL may correspond to the load balancer or proxy server that distributes client requests to servers in the cluster.
The remainder of the URL should be a single path component
corresponding to the application context at which the SAML 2.0
services application is deployed (typically /saml2
).
siteURL
- The published site URL to set.java.lang.String getEntityID()
The string that uniquely identifies the local site.
getEntityID
in interface SingleSignOnServicesConfigSpi
void setEntityID(java.lang.String entityID)
entityID
- entity IDboolean isServiceProviderEnabled()
Specifies whether the local site is enabled for the Service Provider role.
This attribute must be enabled in order to publish the metadata file.
isServiceProviderEnabled
in interface SingleSignOnServicesConfigSpi
void setServiceProviderEnabled(boolean isEnabled)
isEnabled
- Service provider enabled flagjava.lang.String getDefaultURL()
The Service Provider's default URL.
When an unsolicited SSO response arrives at the Service Provider without an accompanying target URL, the user (if authenticated) is redirected to this default URL.
getDefaultURL
in interface SingleSignOnServicesConfigSpi
void setDefaultURL(java.lang.String defaultURL)
boolean isServiceProviderArtifactBindingEnabled()
isServiceProviderArtifactBindingEnabled
in interface SingleSignOnServicesConfigSpi
void setServiceProviderArtifactBindingEnabled(boolean enabled)
boolean isServiceProviderPOSTBindingEnabled()
isServiceProviderPOSTBindingEnabled
in interface SingleSignOnServicesConfigSpi
void setServiceProviderPOSTBindingEnabled(boolean enabled)
java.lang.String getServiceProviderPreferredBinding()
getServiceProviderPreferredBinding
in interface SingleSignOnServicesConfigSpi
void setServiceProviderPreferredBinding(java.lang.String binding)
boolean isSignAuthnRequests()
Specifies whether authentication requests must be signed. If set, all outgoing authentication requests are signed.
isSignAuthnRequests
in interface SingleSignOnServicesConfigSpi
void setSignAuthnRequests(boolean signAuthnRequests)
signAuthnRequests
- Sign <AuthnRequest> documents flagboolean isAssertionSubjectSessionTimeoutCheckEnabled()
Indicates whether to use the session timeout timestamp from the assertion's subject as a condition to time out the local session.
isAssertionSubjectSessionTimeoutCheckEnabled
in interface SingleSignOnServicesConfigSpi
void setAssertionSubjectSessionTimeoutCheckEnabled(boolean timeoutCheckEnabled)
Sets the AssertionSubjectSessionTimeoutCheckEnabled flag.
timeoutCheckEnabled
- assertion subject session timeout check enabled flagboolean isServiceProviderSingleLogoutEnabled()
Specifies whether Single Logout is enabled for the Service Provider.
isServiceProviderSingleLogoutEnabled
in interface SingleSignOnServicesConfigSpi
void setServiceProviderSingleLogoutEnabled(boolean singleLogoutEnabled)
Sets the Service Provider's SingleLogoutEnabled flag.
singleLogoutEnabled
- Single Logout enabled flagjava.lang.String getServiceProviderSingleLogoutBinding()
The binding used by the Service Provider to send SAML Single Logout Requests
getServiceProviderSingleLogoutBinding
in interface SingleSignOnServicesConfigSpi
void setServiceProviderSingleLogoutBinding(java.lang.String binding)
Sets the binding used by the Service Provider to send SAML Single Logout Requests
binding
- must be one of the supported values: "HTTP/Redirect", "HTTP/POST"java.lang.String[] getServiceProviderSingleLogoutRedirectURIs()
The list of allowed redirect URIs to be used by the initiating Service Provider for after Logout redirection.
getServiceProviderSingleLogoutRedirectURIs
in interface SingleSignOnServicesConfigSpi
void setServiceProviderSingleLogoutRedirectURIs(java.lang.String[] redirectURIs)
Sets the list of allowed URIs to be used by the initiating Service Provider for after Logout redirection.
redirectURIs
- list of allowed redirect URIs after logoutgetServiceProviderSingleLogoutRedirectURIs()
boolean isWantAssertionsSigned()
Specifies whether incoming SAML 2.0 assertions must be signed.
isWantAssertionsSigned
in interface SingleSignOnServicesConfigSpi
void setWantAssertionsSigned(boolean wantSigned)
wantSigned
- Want assertions signed flagboolean isWantResponsesSigned()
Specifies whether the inbound SAML 2.0 Responses must be signed.
isWantResponsesSigned
in interface SingleSignOnServicesConfigSpi
void setWantResponsesSigned(boolean wantResponsesSigned)
wantResponsesSigned
- java.lang.String getSSOSigningKeyAlias()
The keystore alias for the key to be used when signing documents.
The key is used to generate signatures on all the outgoing documents, such as authentication requests and responses. If you do not specify an alias, the server's configured SSL private key alias from the server's SSL configuration is used by default.
getSSOSigningKeyAlias
in interface SingleSignOnServicesConfigSpi
void setSSOSigningKeyAlias(java.lang.String ssoSigningKeyAlias)
ssoSigningKeyAlias
- The SSO Signing key alias to set.getSSOSigningKeyAlias()
java.lang.String getSSOSigningKeyPassPhrase()
The passphrase used to retrieve the local site's SSO signing key from the keystore.
If you do not specify a keystore alias and passphrase, the server's configured private key alias and private key passphrase from the server's SSL configuration is used by default.
getSSOSigningKeyPassPhrase
in interface SingleSignOnServicesConfigSpi
void setSSOSigningKeyPassPhrase(java.lang.String signingKeyPassPhrase) throws javax.management.InvalidAttributeValueException
Sets the value of the SSOSigningKeyPassPhrase attribute.
When you get the value of this attribute, WebLogic Server does the following:
SSOSigningKeyPassPhraseEncrypted
attribute.
When you set the value of this attribute, WebLogic Server does the following:
SSOSigningKeyPassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (SSOSigningKeyPassPhrase
) is a potential
security risk because
the String object (which contains the unencrypted passphrase) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use
getSSOSigningKeyPassPhraseEncrypted
.
signingKeyPassPhrase
- The signingKeyPassPhrase to set.javax.management.InvalidAttributeValueException
byte[] getSSOSigningKeyPassPhraseEncrypted()
The encrypted passphrase used to retrieve the local site's SSO signing key from the keystore.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
getSSOSigningKeyPassPhraseEncrypted
in interface SingleSignOnServicesConfigSpi
void setSSOSigningKeyPassPhraseEncrypted(byte[] signingKeyPassPhraseEncrypted) throws javax.management.InvalidAttributeValueException
Sets the value of the SSOSigningKeyPassPhraseEncrypted attribute.
signingKeyPassPhraseEncrypted
- The signingKeyPassPhraseEncrypted value to set.javax.management.InvalidAttributeValueException
boolean isForceAuthn()
Specifies whether the Identity Provider must authenticate users directly
and not use a previous security context. The default is false
.
Note the following:
ForceAuthn
is set to true
, the user is forced to authenticate again at the Identity Provider site.ForceAuthn
and IsPassive
to true
--
that is, Force Authentication and Passive are enabled -- is an invalid configuration that causes WebLogic
server to generate an exception and also causes the single sign-on session to fail.isForceAuthn
in interface SingleSignOnServicesConfigSpi
void setForceAuthn(boolean forceAuthn)
forceAuthn
- Force authentication flagboolean isPassive()
Determines whether the Identity Provider and the user must not
take control of the user interface from the requester and interact with the user in a
noticeable fashion. The default setting is false
.
The WebLogic Server SAML 2.0 services generate an exception if Passive (IsPassive
) is
enabled and the end user is not already authenticated at the Identity Provider site. In this situation,
web single sign-on fails.
isPassive
in interface SingleSignOnServicesConfigSpi
void setPassive(boolean passive)
passive
- passive flagboolean isIdentityProviderEnabled()
Specifies whether the local site is enabled for the Identity Provider role.
isIdentityProviderEnabled
in interface SingleSignOnServicesConfigSpi
void setIdentityProviderEnabled(boolean isEnabled)
isEnabled
- Identity provider enabled flagboolean isIdentityProviderArtifactBindingEnabled()
Specifies whether the Artifact binding is enabled for the Identity Provider.
isIdentityProviderArtifactBindingEnabled
in interface SingleSignOnServicesConfigSpi
void setIdentityProviderArtifactBindingEnabled(boolean enabled)
boolean isIdentityProviderPOSTBindingEnabled()
Specifies whether the POST binding is enabled for the Identity Provider.
isIdentityProviderPOSTBindingEnabled
in interface SingleSignOnServicesConfigSpi
void setIdentityProviderPOSTBindingEnabled(boolean enabled)
boolean isIdentityProviderRedirectBindingEnabled()
Specifies whether the Redirect binding is enabled for the Identity Provider.
isIdentityProviderRedirectBindingEnabled
in interface SingleSignOnServicesConfigSpi
void setIdentityProviderRedirectBindingEnabled(boolean enabled)
java.lang.String getIdentityProviderPreferredBinding()
Specifies the preferred binding type for endpoints of the Identity Provider services.
Must be set to None
, HTTP/POST
, HTTP/Artifact
, or HTTP/Redirect
.
getIdentityProviderPreferredBinding
in interface SingleSignOnServicesConfigSpi
void setIdentityProviderPreferredBinding(java.lang.String binding)
java.lang.String getLoginURL()
The URL of the login form web application to which unauthenticated requests are directed.
By default, the login URL is /saml2/idp/login
using Basic authentication. Typically
you specify this URL if you are using a custom login web application.
getLoginURL
in interface SingleSignOnServicesConfigSpi
void setLoginURL(java.lang.String loginURL)
loginURL
- login URLjava.lang.String getLoginReturnQueryParameter()
getLoginReturnQueryParameter
in interface SingleSignOnServicesConfigSpi
void setLoginReturnQueryParameter(java.lang.String queryParameter)
queryParameter
- login return query parameterboolean isWantAuthnRequestsSigned()
isWantAuthnRequestsSigned
in interface SingleSignOnServicesConfigSpi
void setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
wantAuthnRequestsSigned
- WAnt <AuthnRequest> documents signed flagboolean isRecipientCheckEnabled()
Specifies whether the recipient/destination check is enabled. When true, the recipient of the SAML Request/Response must match the URL in the HTTP Request.
isRecipientCheckEnabled
in interface SingleSignOnServicesConfigSpi
void setRecipientCheckEnabled(boolean postRecipientCheckEnabled) throws javax.management.InvalidAttributeValueException
Set the POST recipient check enabled value.
postRecipientCheckEnabled
- The POST recipient check enabled value to set.javax.management.InvalidAttributeValueException
boolean isPOSTOneUseCheckEnabled()
Specifies whether the POST one-use check is enabled.
If set, the local site POST binding endpoints will store identifiers of all inbound documents to ensure that those documents are not presented more than once.
isPOSTOneUseCheckEnabled
in interface SingleSignOnServicesConfigSpi
void setPOSTOneUseCheckEnabled(boolean postOneUseCheckEnabled) throws javax.management.InvalidAttributeValueException
Set the POST one-use check enabled value.
postOneUseCheckEnabled
- The POST one-use check enabled value to set.javax.management.InvalidAttributeValueException
java.lang.String getTransportLayerSecurityKeyAlias()
The string alias used to store and retrieve the server's private key, which is used to establish outgoing TLS/SSL connections.
If you do not specify an alias, the server's configured SSL private key alias from the server's SSL configuration is used for the TLS alias by default.
getTransportLayerSecurityKeyAlias
in interface SingleSignOnServicesConfigSpi
void setTransportLayerSecurityKeyAlias(java.lang.String keyAlias)
keyAlias
- The key alias to set.getTransportLayerSecurityKeyAlias()
java.lang.String getTransportLayerSecurityKeyPassPhrase()
The passphrase used to retrieve the server's private key from the keystore.
If you do not specify either an alias or a passphrase, the server's configured SSL private key alias and private key passphrase from the server's SSL configuration is used for the TLS alias and passphrase by default.
getTransportLayerSecurityKeyPassPhrase
in interface SingleSignOnServicesConfigSpi
void setTransportLayerSecurityKeyPassPhrase(java.lang.String keyPassPhrase) throws javax.management.InvalidAttributeValueException
Sets the value of the TransportLayerSecurityKeyPassPhrase attribute.
When you get the value of this attribute, WebLogic Server does the following:
TransportLayerSecurityKeyPassPhraseEncrypted
attribute.
When you set the value of this attribute, WebLogic Server does the following:
TransportLayerSecurityKeyPassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (TransportLayerSecurityKeyPassPhrase
) is a potential
security risk because
the String object (which contains the unencrypted passphrase) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use
getTransportLayerSecurityKeyPassPhraseEncrypted
.
keyPassPhrase
- The key PassPhrase to set.javax.management.InvalidAttributeValueException
byte[] getTransportLayerSecurityKeyPassPhraseEncrypted()
The encrypted passphrase used to retrieve the local site's TLS/SSL key from the keystore.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
getTransportLayerSecurityKeyPassPhraseEncrypted
in interface SingleSignOnServicesConfigSpi
void setTransportLayerSecurityKeyPassPhraseEncrypted(byte[] keyPassPhraseEncrypted) throws javax.management.InvalidAttributeValueException
Sets the value of the TransportLayerSecurityKeyPassPhraseEncrypted attribute.
keyPassPhraseEncrypted
- The keyPassPhraseEncrypted value to set.javax.management.InvalidAttributeValueException
java.lang.String getBasicAuthUsername()
getBasicAuthUsername
in interface SingleSignOnServicesConfigSpi
void setBasicAuthUsername(java.lang.String name)
name
- Usernamejava.lang.String getBasicAuthPassword()
The password used to assign Basic Authentication credentials to outgoing HTTPS connections
getBasicAuthPassword
in interface SingleSignOnServicesConfigSpi
void setBasicAuthPassword(java.lang.String password) throws javax.management.InvalidAttributeValueException
Sets the value of the BasicAuthPassword attribute.
When you get the value of this attribute, WebLogic Server does the following:
BasicAuthPasswordEncrypted
attribute.
When you set the value of this attribute, WebLogic Server does the following:
BasicAuthPasswordEncrypted
attribute to the
encrypted value.Using this attribute (BasicAuthPassword
) is a potential
security risk because
the String object (which contains the unencrypted passphrase) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use
getBasicAuthPasswordEncrypted
.
password
- The password to set.javax.management.InvalidAttributeValueException
byte[] getBasicAuthPasswordEncrypted()
The encrypted password used assign Basic Authentication credentials to outgoing HTTPS connections.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
getBasicAuthPasswordEncrypted
in interface SingleSignOnServicesConfigSpi
void setBasicAuthPasswordEncrypted(byte[] passwordEncrypted) throws javax.management.InvalidAttributeValueException
Sets the value of the BasicAuthPasswordEncrypted attribute.
passwordEncrypted
- The passwordEncrypted value to set.javax.management.InvalidAttributeValueException
boolean isWantArtifactRequestsSigned()
Specifies whether incoming artifact requests must be signed.
This attribute can be set if the Artifact binding is enabled.
isWantArtifactRequestsSigned
in interface SingleSignOnServicesConfigSpi
void setWantArtifactRequestsSigned(boolean wantSigned)
wantSigned
- Want <ArtifactRequest> documents signed flagboolean isWantTransportLayerSecurityClientAuthentication()
Specifies whether TLS/SSL client authentication is required.
If enabled, callers to TLS/SSL bindings of the local site must specify client authentication (two-way SSL), and the identity specified must validate against the TLS certificate of the binding client partner.
isWantTransportLayerSecurityClientAuthentication
in interface SingleSignOnServicesConfigSpi
void setWantTransportLayerSecurityClientAuthentication(boolean wantAuthentication)
wantAuthentication
- Want TLS/SSL client authentication flagboolean isWantBasicAuthClientAuthentication()
Specifies whether Basic Authentication client authentication is required.
If enabled, callers to HTTPS bindings of the local site must specify a Basic authentication header, and the username and password must be validated against the Basic authentication values of the binding client partner.
isWantBasicAuthClientAuthentication
in interface SingleSignOnServicesConfigSpi
void setWantBasicAuthClientAuthentication(boolean wantBA)
wantBA
- want Basic Authentication client authentication flagint getAuthnRequestMaxCacheSize()
The maximum size of the authentication request cache.
This cache stores documents issued by the local Service Provider that are awaiting response from a partner Identity Provider.
Specify '0' to indicate that the cache is unbounded.
getAuthnRequestMaxCacheSize
in interface SingleSignOnServicesConfigSpi
void setAuthnRequestMaxCacheSize(int cacheSize)
int getAuthnRequestTimeout()
The maximum timeout (in seconds) of <AuthnRequest> documents stored in the local cache.
This cache stores documents issued by the local Service provider that are awaiting response from a partner Identity Provider. Documents that reach this maximum timeout duration are expired from the local cache even if no response is received from the Identity Provider. If a response is subsequently returned by the Identity Provider, the cache behaves as if the <AuthnRequest> had never been generated.
getAuthnRequestTimeout
in interface SingleSignOnServicesConfigSpi
void setAuthnRequestTimeout(int timeout)
int getArtifactMaxCacheSize()
The maximum size of the artifact cache.
This cache contains the artifacts issued by the local site that are awaiting referencing by a partner. Specify '0' to indicate that the cache is unbounded.
getArtifactMaxCacheSize
in interface SingleSignOnServicesConfigSpi
void setArtifactMaxCacheSize(int cacheSize)
int getArtifactTimeout()
The maximum timeout (in seconds) of artifacts stored in the local cache.
This cache stores artifacts issued by the local site that are awaiting referencing by a partner. Artifacts that reach this maximum timeout duration are expired in the local cache even if no reference request has been received from the partner. If a reference request is subsequently received from the partner, the cache behaves as if the artifact had never been generated.
getArtifactTimeout
in interface SingleSignOnServicesConfigSpi
void setArtifactTimeout(int timeout)
boolean isReplicatedCacheEnabled()
Specifies whether the persistent cache (LDAP or RDBMS) is used for storing SAML 2.0 artifacts and authentication requests.
RDBMS is required by the SAML 2.0 security providers in production environments. Use LDAP only in development environments.
If this is not set, artifacts and requests are saved in memory.
If you are configuring SAML 2.0 services for two or more WebLogic Server instances in a domain, you must enable the replicated cache individually on each server. In addition, if you are configuring SAML 2.0 services in a cluster, each Managed Server must also be configured individually.
isReplicatedCacheEnabled
in interface SingleSignOnServicesConfigSpi
void setReplicatedCacheEnabled(boolean replicated)
replicated
- Use Replicated Cache flagboolean isAssertionEncryptionEnabled()
isAssertionEncryptionEnabled
in interface SingleSignOnServicesConfigSpi
void setAssertionEncryptionEnabled(boolean assertionEncryptionEnabled)
assertionEncryptionEnabled
- assertion encryption enabled flagjava.lang.String getDataEncryptionAlgorithm()
getDataEncryptionAlgorithm
in interface SingleSignOnServicesConfigSpi
java.lang.String getKeyEncryptionAlgorithm()
getKeyEncryptionAlgorithm
in interface SingleSignOnServicesConfigSpi
void setKeyEncryptionAlgorithm(java.lang.String keyEncryptionAlgorithm) throws javax.management.InvalidAttributeValueException
keyEncryptionAlgorithm
- assertion key encryption algorithm flagjavax.management.InvalidAttributeValueException
java.lang.String[] getMetadataEncryptionAlgorithms()
SingleSignOnServicesConfigSpi
getMetadataEncryptionAlgorithms
in interface SingleSignOnServicesConfigSpi
void setMetadataEncryptionAlgorithms(java.lang.String[] algorithms) throws javax.management.InvalidAttributeValueException
algorithms
- the list of data and key encryption algorithms to setjavax.management.InvalidAttributeValueException
java.lang.String getAssertionEncryptionDecryptionKeyAlias()
The keystore alias for the certificate and private key to be used to encrypt and decrypt SAML Assertions.
The certificate is published in the SP metadata, which will be used by an external SP to encrypt SAML assertions.
The private key is used to decrypt assertions. If the alias is not specified, the server's configured SSL identity alias is used by default.
getAssertionEncryptionDecryptionKeyAlias
in interface SingleSignOnServicesConfigSpi
void setAssertionEncryptionDecryptionKeyAlias(java.lang.String assertionEncryptionDecryptionKeyAlias)
assertionEncryptionDecryptionKeyAlias
- The assertion encryption, decryption key alias to set.getAssertionEncryptionDecryptionKeyAlias()
java.lang.String getAssertionEncryptionDecryptionKeyPassPhrase()
The passphrase used to retrieve the local site's Assertion key from the keystore.
getAssertionEncryptionDecryptionKeyPassPhrase
in interface SingleSignOnServicesConfigSpi
void setAssertionEncryptionDecryptionKeyPassPhrase(java.lang.String assertionEncryptionDecryptionKeyPassPhrase) throws javax.management.InvalidAttributeValueException
Sets the value of the AssertionEncryptionDecryptionKeyPassPhrase attribute.
When you get the value of this attribute, WebLogic Server does the following:
AssertionEncryptionDecryptionKeyPassPhraseEncrypted
attribute.
When you set the value of this attribute, WebLogic Server does the following:
AssertionEncryptionDecryptionKeyPassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (AssertionEncryptionDecryptionKeyPassPhrase
) is a potential
security risk because
the String object (which contains the unencrypted passphrase) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use
getAssertionEncryptionDecryptionKeyPassPhraseEncrypted
.
assertionEncryptionDecryptionKeyPassPhrase
- The assertionEncryptionDecryptionKeyPassPhrase to set.javax.management.InvalidAttributeValueException
byte[] getAssertionEncryptionDecryptionKeyPassPhraseEncrypted()
The encrypted passphrase used to retrieve the local site's Assertion key from the keystore.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
getAssertionEncryptionDecryptionKeyPassPhraseEncrypted
in interface SingleSignOnServicesConfigSpi
void setAssertionEncryptionDecryptionKeyPassPhraseEncrypted(byte[] assertionEncryptionDecryptionKeyPassPhraseEncrypted) throws javax.management.InvalidAttributeValueException
Sets the value of the AssertionEncryptionDecryptionKeyPassPhraseEncrypted attribute.
assertionEncryptionDecryptionKeyPassPhraseEncrypted
- The assertionEncryptionDecryptionKeyPassPhraseEncrypted value to set.javax.management.InvalidAttributeValueException
java.lang.String[] getAllowedTargetHosts()
getAllowedTargetHosts
in interface SingleSignOnServicesConfigSpi
void setAllowedTargetHosts(java.lang.String[] allowedTargetHosts) throws javax.management.InvalidAttributeValueException
allowedTargetHosts
- array of allowed target hostsjavax.management.InvalidAttributeValueException