|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| 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 | |
|---|---|
abstract String |
getContactPersonCompany()Returns the company name of the contact person. |
abstract String |
getContactPersonEmailAddress()Returns the email address of the contact person. |
abstract String |
getContactPersonGivenName()Returns the given name of the contact person. |
abstract String |
getContactPersonSurName()Returns the surname of the contact person. |
abstract String |
getContactPersonTelephoneNumber()Returns the telephone number of the contact person. |
abstract String |
getContactPersonType()Returns the type of the contact person. |
abstract String |
getEntityID()Returns this partner's entity ID, which must be a URI. |
abstract String |
getErrorURL()Returns the URI that specifies a location to direct a user for problem resolution and additional support. |
abstract String |
getOrganizationName()Returns the organization name. |
abstract String |
getOrganizationURL()Returns the organization URL. |
abstract void |
setContactPersonCompany(String company)Sets the company name of the contact person. |
abstract void |
setContactPersonEmailAddress(String address)Sets the email address of the contact person. |
abstract void |
setContactPersonGivenName(String name)Sets the given name of the contact person. |
abstract void |
setContactPersonSurName(String name)Sets the surname of the contact person. |
abstract void |
setContactPersonTelephoneNumber(String number)Sets the telephone number of the contact person. |
abstract void |
setContactPersonType(String type)Sets the type of the contact person. |
abstract void |
setEntityID(String entityID)Sets the entity ID for this partner. |
abstract void |
setErrorURL(String url)Sets the error URL. |
abstract void |
setOrganizationName(String name)Sets the organization name. |
abstract 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()
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||