|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLCommonPartner
Abstract representation of attributes common to a SAML 1.1 Partner.
Note that this Javadoc is being made available for the purposes of using the WebLogic Scripting Tool (WLST) to configure SAML 1.1 partners. This interface does not have a supported Java programming interface.
Field Summary | |
---|---|
static String |
PROFILE_ARTIFACT
|
static String |
PROFILE_HOK
|
static String |
PROFILE_POST
|
static String |
PROFILE_SV
|
Method Summary | |
---|---|
String |
getARSPasswordEncrypted()
Return the encrypted password if available. |
String |
getARSUsername()
The username to use when accessing the source site Assertion Retrieval Service for this partner. |
String |
getAudienceURI()
Get the Audience URI. |
String |
getNameMapperClass()
Get the Name Mapper Class Name used for this partner. |
String |
getProfile()
Get the SAML Profile used by this partner. |
String |
getTargetURL()
Get the Target URL for this partner. |
boolean |
isARSPasswordSet()
Check whether the ARSPassword is set |
boolean |
isGroupsAttributeEnabled()
Get the Groups Attribute Enabled value. |
boolean |
isSignedAssertions()
Get the Signed Assertions value. |
void |
setARSPassword(String arsPassword)
Set the password to use when accessing the source site Assertion Retrieval Service for this partner. |
void |
setARSUsername(String arsUsername)
Set the ARS Username. |
void |
setAudienceURI(String audienceURI)
Set the Audience URI. |
void |
setGroupsAttributeEnabled(boolean groupsAttributeEnabled)
Set the Groups Attribute Enabled value. |
void |
setNameMapperClass(String nameMapperClass)
Set the Name Mapper Class Name for this partner. |
void |
setProfile(String profile)
Set the SAML Profile used by this partner. |
void |
setSignedAssertions(boolean signedAssertions)
Set the Signed Assertions value. |
void |
setTargetURL(String targetURL)
Set the Target URL for this partner. |
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLPartner |
---|
getDescription, getPartnerId, isEnabled, setDescription, setEnabled, validate |
Field Detail |
---|
static final String PROFILE_POST
static final String PROFILE_ARTIFACT
static final String PROFILE_SV
static final String PROFILE_HOK
Method Detail |
---|
String getProfile()
void setProfile(String profile)
profile
- The Profile to set.String getTargetURL()
void setTargetURL(String targetURL)
targetURL
- The Target URL to set.String getARSUsername()
void setARSUsername(String arsUsername)
arsUsername
- The ARS Username to set.String getARSPasswordEncrypted()
boolean isARSPasswordSet()
void setARSPassword(String arsPassword)
arsPassword
- The ARS Password to set.String getAudienceURI()
void setAudienceURI(String audienceURI)
audienceURI
- The Audience URI to set.boolean isSignedAssertions()
void setSignedAssertions(boolean signedAssertions)
signedAssertions
- The Signed Assertions value to set.String getNameMapperClass()
void setNameMapperClass(String nameMapperClass)
nameMapperClass
- The Name Mapper Class Name to set.boolean isGroupsAttributeEnabled()
void setGroupsAttributeEnabled(boolean groupsAttributeEnabled)
groupsAttributeEnabled
- The Groups Attribute Enabled Value to set.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |