|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataPartner
Metadata partner contains contact information for the partner, which is mainly required by the SAML 2.0 metadata profile.
Field Summary |
---|
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES |
Method Summary | |
---|---|
String |
getContactPersonCompany()
Returns the company name of the contact person. |
String |
getContactPersonEmailAddress()
Returns the email address of the contact person. |
String |
getContactPersonGivenName()
Returns the given name of the contact person. |
String |
getContactPersonSurName()
Returns the surname of the contact person. |
String |
getContactPersonTelephoneNumber()
Returns the telephone number of the contact person. |
String |
getContactPersonType()
Returns the type of the contact person. |
String |
getEntityID()
Returns this partner's entity ID, which must be a URI. |
String |
getErrorURL()
Returns the URI that specifies a location to direct a user for problem resolution and additional support. |
String |
getOrganizationName()
Returns the organization name. |
String |
getOrganizationURL()
Returns the organization URL. |
void |
setContactPersonCompany(String company)
Sets the company name of the contact person. |
void |
setContactPersonEmailAddress(String address)
Sets the email address of the contact person. |
void |
setContactPersonGivenName(String name)
Sets the given name of the contact person. |
void |
setContactPersonSurName(String name)
Sets the surname of the contact person. |
void |
setContactPersonTelephoneNumber(String number)
Sets the telephone number of the contact person. |
void |
setContactPersonType(String type)
Sets the type of the contact person. |
void |
setEntityID(String entityID)
Sets the entity ID for this partner. |
void |
setErrorURL(String url)
Sets the error URL. |
void |
setOrganizationName(String name)
Sets the organization name. |
void |
setOrganizationURL(String url)
Sets the organization URL. |
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName |
Method Detail |
---|
String getEntityID()
void setEntityID(String entityID)
entityID
- the entity ID to setMetadataPartner.getEntityID()
String getContactPersonGivenName()
void setContactPersonGivenName(String name)
name
- the given name of the contact person to setString getContactPersonSurName()
void setContactPersonSurName(String name)
name
- the surname of the contact person to setString getContactPersonType()
void setContactPersonType(String type)
type
- the type of the contact person to setString getContactPersonCompany()
void setContactPersonCompany(String company)
company
- the company name of the contact person to setString getContactPersonTelephoneNumber()
void setContactPersonTelephoneNumber(String number)
number
- the telephone number of the contact person to setString getContactPersonEmailAddress()
void setContactPersonEmailAddress(String address)
address
- the email address of the contact person to setString getOrganizationName()
void setOrganizationName(String name)
name
- the organization name to setString getOrganizationURL()
void setOrganizationURL(String url)
url
- the organization URL to setString getErrorURL()
void setErrorURL(String url)
url
- the error URL to setMetadataPartner.getErrorURL()
|
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 |