Skip navigation links

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


com.bea.security.saml2.providers.registry
Interface MetadataPartner

All Superinterfaces:
Partner, Serializable
All Known Subinterfaces:
WebSSOIdPPartner, WebSSOPartner, WebSSOSPPartner

public interface MetadataPartner
extends Partner

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

getEntityID

String getEntityID()
Returns this partner's entity ID, which must be a URI. This value is the expected <Issuer> value for documents from this partner and the default value for <Audience> for documents sent to this partner.
Returns:
the entity ID of this partner

setEntityID

void setEntityID(String entityID)
Sets the entity ID for this partner.
Parameters:
entityID - the entity ID to set
See Also:
MetadataPartner.getEntityID()

getContactPersonGivenName

String getContactPersonGivenName()
Returns the given name of the contact person.
Returns:
the given name of the contact person

setContactPersonGivenName

void setContactPersonGivenName(String name)
Sets the given name of the contact person.
Parameters:
name - the given name of the contact person to set

getContactPersonSurName

String getContactPersonSurName()
Returns the surname of the contact person.
Returns:
the surname of the contact person

setContactPersonSurName

void setContactPersonSurName(String name)
Sets the surname of the contact person.
Parameters:
name - the surname of the contact person to set

getContactPersonType

String getContactPersonType()
Returns the type of the contact person.
Returns:
the type of the contact person

setContactPersonType

void setContactPersonType(String type)
Sets the type of the contact person.
Parameters:
type - the type of the contact person to set

getContactPersonCompany

String getContactPersonCompany()
Returns the company name of the contact person.
Returns:
the company name of the contact person

setContactPersonCompany

void setContactPersonCompany(String company)
Sets the company name of the contact person.
Parameters:
company - the company name of the contact person to set

getContactPersonTelephoneNumber

String getContactPersonTelephoneNumber()
Returns the telephone number of the contact person.
Returns:
the telephone number of the contact person

setContactPersonTelephoneNumber

void setContactPersonTelephoneNumber(String number)
Sets the telephone number of the contact person.
Parameters:
number - the telephone number of the contact person to set

getContactPersonEmailAddress

String getContactPersonEmailAddress()
Returns the email address of the contact person.
Returns:
the email address of the contact person

setContactPersonEmailAddress

void setContactPersonEmailAddress(String address)
Sets the email address of the contact person.
Parameters:
address - the email address of the contact person to set

getOrganizationName

String getOrganizationName()
Returns the organization name.
Returns:
the organization name

setOrganizationName

void setOrganizationName(String name)
Sets the organization name.
Parameters:
name - the organization name to set

getOrganizationURL

String getOrganizationURL()
Returns the organization URL.
Returns:
the organization URL

setOrganizationURL

void setOrganizationURL(String url)
Sets the organization URL.
Parameters:
url - the organization URL to set

getErrorURL

String getErrorURL()
Returns the URI that specifies a location to direct a user for problem resolution and additional support. The error URL is part of SAML 2.0 metadata, but is not actually used in the SAML2 implementation of CSS.
Returns:
the error url

setErrorURL

void setErrorURL(String url)
Sets the error URL.
Parameters:
url - the error URL to set
See Also:
MetadataPartner.getErrorURL()

Skip navigation links

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