public class ActivationCustom
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
configuration
The specification for triggering the profile
according to the rules of the custom
activation type.
|
private java.lang.String |
type
The type (role-hint) of activation which is to
be used to activate the profile.
|
Constructor and Description |
---|
ActivationCustom() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConfiguration()
Get the specification for triggering the profile according
to the rules of the custom
activation type.
|
java.lang.String |
getType()
Get the type (role-hint) of activation which is to be used
to activate the profile.
|
void |
setConfiguration(java.lang.Object configuration)
Set the specification for triggering the profile according
to the rules of the custom
activation type.
|
void |
setType(java.lang.String type)
Set the type (role-hint) of activation which is to be used
to activate the profile.
|
private java.lang.Object configuration
private java.lang.String type
public java.lang.Object getConfiguration()
public java.lang.String getType()
public void setConfiguration(java.lang.Object configuration)
configuration
- public void setType(java.lang.String type)
type
-