View This Federation Services
/management/weblogic/{version}/edit/serverTemplates/{name}/federationServices
View this federation services.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
-
excludeLinks: string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields: string
The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
-
links: string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this federation services.
object
-
ACSRequiresSSL:
boolean
Default Value:
true
Specifies whether the Assertion Consumer Service requires SSL.
-
allowedTargetHosts:
array Items
Title:
Items
List of hosts to compare against the host in the SAML SP target redirect URL. When the list is empty, the target redirect URL will not be checked.
-
ARSRequiresSSL:
boolean
Default Value:
true
Specifies whether the Assertion Retrieval Service requires SSL.
-
ARSRequiresTwoWaySSL:
boolean
Default Value:
false
Specifies whether the Assertion Retrieval Service requires two-way SSL authentication.
-
assertionConsumerURIs:
array Items
Title:
Items
The Assertion Consumer URIs.
-
assertionRetrievalURIs:
array Items
Title:
Items
One or more URIs on which to 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
-
assertionStoreClassName:
string
Default Value:
oracle.doceng.json.BetterJsonNull@4b6d894d
The class that provides persistent storage for assertions, if you use an Assertion Store class other than the default class.
-
assertionStoreProperties:
object Properties
Title:
Properties
Additional Properties Allowed: additionalPropertiesProperties passed to Assertion Store class initStore() method.
This may be useful if you have implemented a custom Assertion Store class.
-
destinationSiteEnabled:
boolean
Default Value:
false
Specifies whether the Destination Site is enabled.
-
dynamicallyCreated:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
intersiteTransferURIs:
array Items
Title:
Items
The Intersite Transfer URIs.
-
ITSRequiresSSL:
boolean
Default Value:
true
Specifies whether the Intersite Transfer Service requires SSL.
-
name:
string
Read Only:
true
The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
Name=user-specified-name
Constraints
- legal null
-
notes:
string
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml
) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>
Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
-
POSTOneUseCheckEnabled:
boolean
Default Value:
true
Specifies whether the POST one-use check is enabled.
-
POSTRecipientCheckEnabled:
boolean
Default Value:
true
Specifies whether the POST recipient check is enabled. When true, the recipient of the SAML Response must match the URL in the HTTP Request.
-
signingKeyAlias:
string
Default Value:
oracle.doceng.json.BetterJsonNull@5a08108d
The alias used to store and retrieve the Source Site's signing key in the keystore. This key is used to sign POST profile responses.
-
signingKeyPassPhrase:
string(password)
The passphrase used to retrieve the Source Site's signing key from the keystore.
-
sourceIdBase64:
string
Read Only:
true
The Source Site ID base64-encoded.
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 aSourceId
value to the other site. This value is automatically updated when theSourceSiteURL
changes. -
sourceIdHex:
string
Read Only:
true
The Source Site ID in hexadecimal.
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 aSourceId
value to the other site. This value is automatically updated when theSourceSiteURL
changes. -
sourceSiteEnabled:
boolean
Default Value:
false
Indicates whether the Source Site is enabled.
-
sourceSiteURL:
string
Default Value:
oracle.doceng.json.BetterJsonNull@77dfc923
The URL for the Source Site.
-
SSLClientIdentityAlias:
string
Default Value:
oracle.doceng.json.BetterJsonNull@1d27d981
The alias used to store and retrieve the Destination Site's SSL client identity in the keystore.
-
SSLClientIdentityPassPhrase:
string(password)
The passphrase used to retrieve the Destination Site's SSL client identity from the keystore.
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
usedAssertionCacheClassName:
string
Default Value:
oracle.doceng.json.BetterJsonNull@4c16522b
The class used as the persistent store for the Used Assertion Cache. When no class is specified, the default Used Assertion Cache implementation is used.
-
usedAssertionCacheProperties:
object Properties
Title:
Properties
Additional Properties Allowed: additionalPropertiesProperties to be passed to the Used Assertion Cache class.
array
Items
List of hosts to compare against the host in the SAML SP target redirect URL. When the list is empty, the target redirect URL will not be checked.
array
Items
The Assertion Consumer URIs.
[
"/samlacs/acs"
]
array
Items
One or more URIs on which to 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
[
"/samlars/ars"
]
object
Properties
Properties passed to Assertion Store class initStore() method.
This may be useful if you have implemented a custom Assertion Store class.
oracle.doceng.json.BetterJsonNull@50bdd956
array
Items
The Intersite Transfer URIs.
[
"/samlits_ba/its",
"/samlits_ba/its/post",
"/samlits_ba/its/artifact",
"/samlits_cc/its",
"/samlits_cc/its/post",
"/samlits_cc/its/artifact"
]
object
Properties
Properties to be passed to the Used Assertion Cache class.
oracle.doceng.json.BetterJsonNull@2fa7a6c