|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserInteraction.Interact>
org.openliberty.xmltooling.soapbinding.UserInteraction.Interact
public static enum UserInteraction.Interact
Implementors may choose to define additional values to indicate finer grained control over the user interactions.
| Enum Constant Summary | |
|---|---|
DO_NOT_INTERACT
Indicates to the recipient that it MUST NOT interact with the requesting principal, either directly or indirectly. |
|
DO_NOT_INTERACT_FOR_DATA
Indicates to the recipient that it MAY interact with the requesting principal only if an explicit policy for the offered service so requires. |
|
INTERACT_IF_NEEDED
Indicates to the recipient that it should interact with the requesting principal if needed to satisfy the ID-WSF request. |
|
| Field Summary | |
|---|---|
private java.lang.String |
code
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
|
UserInteraction.Interact |
getInteractForCode(java.lang.String code)
|
static UserInteraction.Interact |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserInteraction.Interact[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UserInteraction.Interact INTERACT_IF_NEEDED
public static final UserInteraction.Interact DO_NOT_INTERACT
public static final UserInteraction.Interact DO_NOT_INTERACT_FOR_DATA
| Field Detail |
|---|
private java.lang.String code
| Method Detail |
|---|
public static final UserInteraction.Interact[] values()
for(UserInteraction.Interact c : UserInteraction.Interact.values())
System.out.println(c);
public static UserInteraction.Interact valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic UserInteraction.Interact getInteractForCode(java.lang.String code)
public java.lang.String getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||