org.eclipse.higgins.sts.common
Class DigitalIdentity
java.lang.Object
org.eclipse.higgins.sts.common.DigitalIdentity
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IDigitalIdentity
- public class DigitalIdentity
- extends Object
- implements org.eclipse.higgins.sts.api.IDigitalIdentity
- Author:
- mikemci
DigitalIdentity
public DigitalIdentity()
addClaim
public void addClaim(org.eclipse.higgins.sts.api.IClaim claim)
- Specified by:
addClaim in interface org.eclipse.higgins.sts.api.IDigitalIdentity
getClaim
public org.eclipse.higgins.sts.api.IClaim getClaim(URI uriClaimType)
- Specified by:
getClaim in interface org.eclipse.higgins.sts.api.IDigitalIdentity
getClaims
public List getClaims()
- Specified by:
getClaims in interface org.eclipse.higgins.sts.api.IDigitalIdentity
getSerialized
public Object getSerialized()
- Specified by:
getSerialized in interface org.eclipse.higgins.sts.api.IDigitalIdentity
getType
public URI getType()
- Specified by:
getType in interface org.eclipse.higgins.sts.api.IDigitalIdentity
setType
public void setType(URI uriType)
- Specified by:
setType in interface org.eclipse.higgins.sts.api.IDigitalIdentity
getIncludePPIClaim
public boolean getIncludePPIClaim()
- Specified by:
getIncludePPIClaim in interface org.eclipse.higgins.sts.api.IDigitalIdentity
- Returns:
- the bIncludePPIClaim
setIncludePPIClaim
public void setIncludePPIClaim(boolean includePPIClaim)
- Specified by:
setIncludePPIClaim in interface org.eclipse.higgins.sts.api.IDigitalIdentity
- Parameters:
includePPIClaim - the bIncludePPIClaim to set
getSubjectNameIdentifierURI
public URI getSubjectNameIdentifierURI()
- Specified by:
getSubjectNameIdentifierURI in interface org.eclipse.higgins.sts.api.IDigitalIdentity
- Returns:
- the uriSubjectNameIdentifier
setSubjectNameIdentifierURI
public void setSubjectNameIdentifierURI(URI uriSubjectNameIdentifier)
- Specified by:
setSubjectNameIdentifierURI in interface org.eclipse.higgins.sts.api.IDigitalIdentity
- Parameters:
uriSubjectNameIdentifier - the uriSubjectNameIdentifier to set