|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLCredentialMapperMBean
This MBean represents configuration information for the SAML Credential Mapper provider.
This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome
. As of 9.0, the MBeanHome
interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection
interface to discover MBeans, attributes, and attribute types at runtime.
Method Summary | |
---|---|
Properties |
getAssertionConfiguration()
Configuration for assertions generated by this SAML Authority. |
String[] |
getAssertionRetrievalURIs()
One or more URI values indicating the URIs to which the SAML service should listen for incoming assertion retrieval requests. |
String |
getAssertionStoreClassName()
The class that implements the persistent store for ARTIFACT profile assertions. |
Properties |
getAssertionStoreProperties()
Properties passed to Assertion Store class init() method. |
int |
getCredCacheMinViableTTL()
No description provided. |
int |
getCredCacheSize()
No description provided. |
String |
getDefaultPostForm()
The URI of the default POST form to use with POST profile. |
int |
getDefaultTimeToLive()
Time in seconds that, by default, an assertion should remain valid. |
int |
getDefaultTimeToLiveDelta()
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. |
String |
getDescription()
A short description of the SAML Credential Mapper provider. |
String[] |
getIntersiteTransferURIs()
The Intersite Transfer URIs for this SAML source site. |
String |
getIssuerURI()
The Issuer URI (name) of this SAML Authority. |
int |
getMinimumParserPoolSize()
The minimum number of parsers to maintain in the parser pool. |
String |
getName()
The name of this configuration. |
String |
getNameMapperClassName()
The name of the Java class that maps Subjects to SAML Assertion name information. |
String |
getNameQualifier()
The Name Qualifier value used by the Name Mapper. |
String |
getProviderClassName()
The name of the Java class used to load the SAML Credential Mapper provider. |
String |
getSourceIdBase64()
A Base64 representation, calculated from the SourceSiteURL field, which must contain a valid URL value if either of the single sign-on profiles (POST or ARTIFACT) are enabled. |
String |
getSourceIdHex()
A hexadecimal representation, calculated from the SourceSiteURL field, which must contain a valid URL value if either of the single sign-on profiles (POST or ARTIFACT) are enabled. |
String |
getSourceSiteURL()
The Source Site URL (name) of this SAML source site. |
String |
getVersion()
The version number of the SAML Credential Mapper provider. |
boolean |
isArtifactEnabled()
If true, enable Intersite Transfer Services for ARTIFACT profile. |
boolean |
isPostEnabled()
If true, enable Intersite Transfer Services for POST profile. |
void |
setArtifactEnabled(boolean newValue)
If true, enable Intersite Transfer Services for ARTIFACT profile. |
void |
setAssertionConfiguration(Properties newValue)
Configuration for assertions generated by this SAML Authority. |
void |
setAssertionRetrievalURIs(String[] newValue)
One or more URI values indicating the URIs to which the SAML service should listen for incoming assertion retrieval requests. |
void |
setAssertionStoreClassName(String newValue)
The class that implements the persistent store for ARTIFACT profile assertions. |
void |
setAssertionStoreProperties(Properties newValue)
Properties passed to Assertion Store class init() method. |
void |
setCredCacheMinViableTTL(int newValue)
No description provided. |
void |
setCredCacheSize(int newValue)
No description provided. |
void |
setDefaultPostForm(String newValue)
The URI of the default POST form to use with POST profile. |
void |
setDefaultTimeToLive(int newValue)
Time in seconds that, by default, an assertion should remain valid. |
void |
setDefaultTimeToLiveDelta(int newValue)
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. |
void |
setIntersiteTransferURIs(String[] newValue)
The Intersite Transfer URIs for this SAML source site. |
void |
setIssuerURI(String newValue)
The Issuer URI (name) of this SAML Authority. |
void |
setMinimumParserPoolSize(int newValue)
The minimum number of parsers to maintain in the parser pool. |
void |
setNameMapperClassName(String newValue)
The name of the Java class that maps Subjects to SAML Assertion name information. |
void |
setNameQualifier(String newValue)
The Name Qualifier value used by the Name Mapper. |
void |
setPostEnabled(boolean newValue)
If true, enable Intersite Transfer Services for POST profile. |
void |
setSourceSiteURL(String newValue)
The Source Site URL (name) of this SAML source site. |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Method Detail |
---|
String getProviderClassName()
The name of the Java class used to load the SAML Credential Mapper provider.
String getDescription()
A short description of the SAML Credential Mapper provider.
getDescription
in interface ProviderMBean
String getVersion()
The version number of the SAML Credential Mapper provider.
getVersion
in interface ProviderMBean
String getIssuerURI()
The Issuer URI (name) of this SAML Authority.
void setIssuerURI(String newValue) throws InvalidAttributeValueException
The Issuer URI (name) of this SAML Authority.
newValue
- - new value for attribute IssuerURI
InvalidAttributeValueException
String getNameMapperClassName()
The name of the Java class that maps Subjects to SAML Assertion name information. When no mapper is specified, the default mapper implementation is used.
void setNameMapperClassName(String newValue) throws InvalidAttributeValueException
The name of the Java class that maps Subjects to SAML Assertion name information. When no mapper is specified, the default mapper implementation is used.
newValue
- - new value for attribute NameMapperClassName
InvalidAttributeValueException
String getNameQualifier()
The Name Qualifier value used by the Name Mapper.
The value of the Name Qualifier is the security or administrative domain that qualifies the name of the subject. This provides a means to federate names from disparate user stores while avoiding the possibility of subject name collision.
void setNameQualifier(String newValue) throws InvalidAttributeValueException
The Name Qualifier value used by the Name Mapper.
The value of the Name Qualifier is the security or administrative domain that qualifies the name of the subject. This provides a means to federate names from disparate user stores while avoiding the possibility of subject name collision.
newValue
- - new value for attribute NameQualifier
InvalidAttributeValueException
int getDefaultTimeToLive()
Time in seconds that, by default, an assertion should remain valid.
If the value is zero, then assertions have an infinite lifetime. Using assertions with an infinite lifetime is not recommended, however.
void setDefaultTimeToLive(int newValue) throws InvalidAttributeValueException
Time in seconds that, by default, an assertion should remain valid.
If the value is zero, then assertions have an infinite lifetime. Using assertions with an infinite lifetime is not recommended, however.
newValue
- - new value for attribute DefaultTimeToLive
InvalidAttributeValueException
int getDefaultTimeToLiveDelta()
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. The value is a positive or negative integer representing seconds.
Normally, an assertion is valid from the NotBefore time, which defaults to (roughly) the time the assertion was generated, until the NotOnOrAfter time, which is calculated as (NotBefore + TimeToLive). This value is a positive or negative integer indicating how many seconds before or after "now" the assertions NotBefore should be set to. If you set a value for DefaultTimeToLiveDelta, then the assertion lifetime is still calculated as (NotBefore + TimeToLive), but the NotBefore value is set to (now + TimeToLiveDelta). So, an assertion might have a two minute (120 second) lifetime that starts thirty seconds ago, or starts one minute from now. This allows the Credential Mapper to compensate for clock differences between the source and destination sites. The default can be overridden for specific assertions.
void setDefaultTimeToLiveDelta(int newValue) throws InvalidAttributeValueException
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. The value is a positive or negative integer representing seconds.
Normally, an assertion is valid from the NotBefore time, which defaults to (roughly) the time the assertion was generated, until the NotOnOrAfter time, which is calculated as (NotBefore + TimeToLive). This value is a positive or negative integer indicating how many seconds before or after "now" the assertions NotBefore should be set to. If you set a value for DefaultTimeToLiveDelta, then the assertion lifetime is still calculated as (NotBefore + TimeToLive), but the NotBefore value is set to (now + TimeToLiveDelta). So, an assertion might have a two minute (120 second) lifetime that starts thirty seconds ago, or starts one minute from now. This allows the Credential Mapper to compensate for clock differences between the source and destination sites. The default can be overridden for specific assertions.
newValue
- - new value for attribute DefaultTimeToLiveDelta
InvalidAttributeValueException
String getSourceSiteURL()
The Source Site URL (name) of this SAML source site.
void setSourceSiteURL(String newValue) throws InvalidAttributeValueException
The Source Site URL (name) of this SAML source site.
newValue
- - new value for attribute SourceSiteURL
InvalidAttributeValueException
String getSourceIdHex()
A hexadecimal representation, calculated from the SourceSiteURL
field, which must contain a valid URL value if either of the single sign-on profiles (POST or ARTIFACT) are enabled.
This read-only value is a hexadecimal representation of a 20-byte binary value that is calculated from the SourceSiteURL
. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId
value to the other site. This value is are automatically updated when the SourceSiteURL
changes.
String getSourceIdBase64()
A Base64 representation, calculated from the SourceSiteURL
field, which must contain a valid URL value if either of the single sign-on profiles (POST or ARTIFACT) are enabled.
This read-only value is a Base64 representation of a 20-byte binary value that is calculated from the SourceSiteURL
. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId
value to the other site. This value is are automatically updated when the SourceSiteURL
changes.
String[] getIntersiteTransferURIs()
The Intersite Transfer URIs for this SAML source site.
void setIntersiteTransferURIs(String[] newValue) throws InvalidAttributeValueException
The Intersite Transfer URIs for this SAML source site.
newValue
- - new value for attribute IntersiteTransferURIs
InvalidAttributeValueException
String[] getAssertionRetrievalURIs()
One or more URI values indicating the URIs to which the SAML service should listen for incoming assertion retrieval requests.
For artifact profile, the destination site receives a SAML artifact that represents a source site (why we need the source site ID values) and an assertion ID. The destination site sends a request containing the artifact to the source site's assertion retrieval URL, and the source site responds with the corresponding assertion. You may configure multiple URIs here, although typically one will be sufficient. The URI includes the application context, followed by the resource context. For example:
/my_application/saml/ars
which would be accessible from the outside as https://my.example.com/my_application/saml/ars
The default value is /samlars/ars
, which is a URI in the /samlars
application. This application is automatically deployed by default, and serves only to host the Assertion Retrieval Service. For a typical use case, you can simply use the defaults. However, you must first set up SSL correctly, as the /samlars
application requires a secure connection.
void setAssertionRetrievalURIs(String[] newValue) throws InvalidAttributeValueException
One or more URI values indicating the URIs to which the SAML service should listen for incoming assertion retrieval requests.
For artifact profile, the destination site receives a SAML artifact that represents a source site (why we need the source site ID values) and an assertion ID. The destination site sends a request containing the artifact to the source site's assertion retrieval URL, and the source site responds with the corresponding assertion. You may configure multiple URIs here, although typically one will be sufficient. The URI includes the application context, followed by the resource context. For example:
/my_application/saml/ars
which would be accessible from the outside as https://my.example.com/my_application/saml/ars
The default value is /samlars/ars
, which is a URI in the /samlars
application. This application is automatically deployed by default, and serves only to host the Assertion Retrieval Service. For a typical use case, you can simply use the defaults. However, you must first set up SSL correctly, as the /samlars
application requires a secure connection.
newValue
- - new value for attribute AssertionRetrievalURIs
InvalidAttributeValueException
boolean isArtifactEnabled()
If true, enable Intersite Transfer Services for ARTIFACT profile.
void setArtifactEnabled(boolean newValue) throws InvalidAttributeValueException
If true, enable Intersite Transfer Services for ARTIFACT profile.
newValue
- - new value for attribute ArtifactEnabled
InvalidAttributeValueException
String getAssertionStoreClassName()
The class that implements the persistent store for ARTIFACT profile assertions.
void setAssertionStoreClassName(String newValue) throws InvalidAttributeValueException
The class that implements the persistent store for ARTIFACT profile assertions.
newValue
- - new value for attribute AssertionStoreClassName
InvalidAttributeValueException
Properties getAssertionStoreProperties()
Properties passed to Assertion Store class init()
method. This may be useful if you have implemented a custom Assertion Store class.
void setAssertionStoreProperties(Properties newValue) throws InvalidAttributeValueException
Properties passed to Assertion Store class init()
method. This may be useful if you have implemented a custom Assertion Store class.
newValue
- - new value for attribute AssertionStoreProperties
InvalidAttributeValueException
boolean isPostEnabled()
If true, enable Intersite Transfer Services for POST profile.
void setPostEnabled(boolean newValue) throws InvalidAttributeValueException
If true, enable Intersite Transfer Services for POST profile.
newValue
- - new value for attribute PostEnabled
InvalidAttributeValueException
String getDefaultPostForm()
The URI of the default POST form to use with POST profile.
The default POST form must be a resource on the local machine. If the default POST form resource is not in the same application as the Intersite Transfer Service used with POST profile, then it must be in an application context that shares a cookie name with the Intersite Transfer Service application context.
void setDefaultPostForm(String newValue) throws InvalidAttributeValueException
The URI of the default POST form to use with POST profile.
The default POST form must be a resource on the local machine. If the default POST form resource is not in the same application as the Intersite Transfer Service used with POST profile, then it must be in an application context that shares a cookie name with the Intersite Transfer Service application context.
newValue
- - new value for attribute DefaultPostForm
InvalidAttributeValueException
int getMinimumParserPoolSize()
The minimum number of parsers to maintain in the parser pool.
void setMinimumParserPoolSize(int newValue) throws InvalidAttributeValueException
The minimum number of parsers to maintain in the parser pool.
newValue
- - new value for attribute MinimumParserPoolSize
InvalidAttributeValueException
Properties getAssertionConfiguration()
Configuration for assertions generated by this SAML Authority.
Assertions are configured in key=value format. You may find it convenient to write your assertion configuration in a text editor and paste it into the Assertion Configuration field.
void setAssertionConfiguration(Properties newValue) throws InvalidAttributeValueException
Configuration for assertions generated by this SAML Authority.
Assertions are configured in key=value format. You may find it convenient to write your assertion configuration in a text editor and paste it into the Assertion Configuration field.
newValue
- - new value for attribute AssertionConfiguration
InvalidAttributeValueException
int getCredCacheSize()
void setCredCacheSize(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CredCacheSize
InvalidAttributeValueException
int getCredCacheMinViableTTL()
void setCredCacheMinViableTTL(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CredCacheMinViableTTL
InvalidAttributeValueException
String getName()
ProviderMBean
getName
in interface ProviderMBean
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |