Package io.milton.principal
Class HrefPrincipleId
- java.lang.Object
-
- io.milton.principal.HrefPrincipleId
-
- All Implemented Interfaces:
Principal.PrincipleId
public class HrefPrincipleId extends Object implements Principal.PrincipleId
-
-
Constructor Summary
Constructors Constructor Description HrefPrincipleId(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetIdType()Eg D:href or D:allStringgetValue()Eg null for an idType of "D:all", or http://blah.com/users/sam for "D:href"StringtoString()
-
-
-
Constructor Detail
-
HrefPrincipleId
public HrefPrincipleId(String url)
-
-
Method Detail
-
getIdType
public QName getIdType()
Description copied from interface:Principal.PrincipleIdEg D:href or D:all- Specified by:
getIdTypein interfacePrincipal.PrincipleId- Returns:
-
getValue
public String getValue()
Description copied from interface:Principal.PrincipleIdEg null for an idType of "D:all", or http://blah.com/users/sam for "D:href"- Specified by:
getValuein interfacePrincipal.PrincipleId- Returns:
-
-