|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final int NULL_Group_Prop
SmGroup object type is unknown.
public static final int Rule_Group_Prop
SmGroup object is of type Rule.
public static final int Response_Group_Prop
SmGroup object is of type Response.
public static final int Agent_Group_Prop
SmGroup object is of type Agent.
| Method Detail |
public int getGroupType()
NULL_Group_Prop = 0 Rule_Group_Prop = 1 Response_Group_Prop = 2 Agent_Group_Prop = 3
|
Java SDK r12.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||