public class ActivationCustom extends Object implements Serializable
Constructor and Description |
---|
ActivationCustom() |
Modifier and Type | Method and Description |
---|---|
Object |
getConfiguration()
Get the specification for triggering the profile according
to the rules of the custom
activation type.
|
String |
getType()
Get the type (role-hint) of activation which is to be used
to activate the profile.
|
void |
setConfiguration(Object configuration)
Set the specification for triggering the profile according
to the rules of the custom
activation type.
|
void |
setType(String type)
Set the type (role-hint) of activation which is to be used
to activate the profile.
|
public Object getConfiguration()
public String getType()
public void setConfiguration(Object configuration)
configuration
- public void setType(String type)
type
- Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.