|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.provider.v2.ProviderRegistrationInfo
public class ProviderRegistrationInfo
Represents registration information sent from the portal to the provider.
| Constructor Summary | |
|---|---|
ProviderRegistrationInfo()
Default constructor |
|
ProviderRegistrationInfo(ProviderSubscription subscription,
java.lang.String key)
Create a new subscriber instance using a ProviderSubscription and key. |
|
ProviderRegistrationInfo(java.lang.String subscriptionId,
java.lang.String key)
Create a new subscriber instance using the passed ID and key. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEncryptionKey()
Gets the encryption key |
ProviderSubscription |
getSubscription()
Gets the subscription information associated with this registration information |
java.lang.String |
getSubscriptionKey()
Convenience method to get the subscription Id |
void |
setEncryptionKey(java.lang.String key)
Sets the encryption key. |
void |
setSubscription(ProviderSubscription subscription)
Sets the subscriber Id. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderRegistrationInfo()
public ProviderRegistrationInfo(java.lang.String subscriptionId,
java.lang.String key)
subscriptionId - identifier representing this portal or
subscription.Subscriptions are specified at the provider instance level
key - encryption key the portal should use to encrypt all
subsequent requests to this provider instance
public ProviderRegistrationInfo(ProviderSubscription subscription,
java.lang.String key)
subscription - identifier representing a specific subscription.
Subscriptions are specified at the provider instance levelkey - encryption key the portal should use to encrypt all
subsequent requests to this provider instance| Method Detail |
|---|
public ProviderSubscription getSubscription()
public java.lang.String getSubscriptionKey()
public void setSubscription(ProviderSubscription subscription)
subscription - the subscriberIdpublic java.lang.String getEncryptionKey()
public void setEncryptionKey(java.lang.String key)
key - the key
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||