|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmGroup
The root interface for domain-based SiteMinder group objects.
| Field Summary | |
|---|---|
static int |
Agent_Group_Prop
Constant to indicate that the SmGroup object is of type Agent. |
static int |
NULL_Group_Prop
Constant to indicate that the SmGroup object type is unknown. |
static int |
Response_Group_Prop
Constant to indicate that the SmGroup object is of type Response. |
static int |
Rule_Group_Prop
Constant to indicate that the SmGroup object is of type Rule. |
| Method Summary | |
|---|---|
int |
getGroupType()
Gets the type of group. |
| Field Detail |
|---|
static final int NULL_Group_Prop
SmGroup object type is unknown.
static final int Rule_Group_Prop
SmGroup object is of type Rule.
static final int Response_Group_Prop
SmGroup object is of type Response.
static final int Agent_Group_Prop
SmGroup object is of type Agent.
| Method Detail |
|---|
int getGroupType()
NULL_Group_Prop = 0 Rule_Group_Prop = 1 Response_Group_Prop = 2 Agent_Group_Prop = 3
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||