public class HrefPrincipleId extends Object implements Principal.PrincipleId
| Constructor and Description |
|---|
HrefPrincipleId(String url) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getIdType()
Eg D:href or D:all
|
String |
getValue()
Eg null for an idType of "D:all", or http://blah.com/users/sam for "D:href"
|
String |
toString() |
public HrefPrincipleId(String url)
public QName getIdType()
Principal.PrincipleIdgetIdType in interface Principal.PrincipleIdpublic String getValue()
Principal.PrincipleIdgetValue in interface Principal.PrincipleId