@Entity public class TokenPrincipalType extends ActivatablePrincipalType
| Constructor and Description |
|---|
TokenPrincipalType() |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
getActivation() |
TimeInterval |
getExpiration() |
PrincipalTypeNature |
getNature() |
java.lang.String |
getTokenMask() |
TokenType |
getTokenType() |
void |
setActivation(TimeInterval activation) |
void |
setExpiration(TimeInterval expiration) |
void |
setTokenMask(java.lang.String tokenMask) |
void |
setTokenType(TokenType tokenType) |
getMaximumPerUser, getPluralName, setMaximumPerUser, setPluralNamegetDataTranslationType, getNetwork, setNetworkgetDescription, getInternalName, setDescription, setInternalName, toStringgetVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic TimeInterval getActivation()
public TimeInterval getExpiration()
public PrincipalTypeNature getNature()
getNature in class PrincipalTypepublic java.lang.String getTokenMask()
public TokenType getTokenType()
public void setActivation(TimeInterval activation)
public void setExpiration(TimeInterval expiration)
public void setTokenMask(java.lang.String tokenMask)
public void setTokenType(TokenType tokenType)