@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() |
boolean |
isAllowManualInputOfValue() |
boolean |
isGenerateOnUserCreation() |
boolean |
isUsedExternalPayment() |
void |
setActivation(TimeInterval activation) |
void |
setAllowManualInputOfValue(boolean allowManualInputOfValue) |
void |
setExpiration(TimeInterval expiration) |
void |
setGenerateOnUserCreation(boolean generateOnUserCreation) |
void |
setTokenMask(java.lang.String tokenMask) |
void |
setTokenType(TokenType tokenType) |
getMaximumPerUser, getPluralName, setMaximumPerUser, setPluralNamegetDataTranslationType, getNetwork, setNetworkgetDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, 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 boolean isAllowManualInputOfValue()
public boolean isGenerateOnUserCreation()
public boolean isUsedExternalPayment()
isUsedExternalPayment in class PrincipalTypepublic void setActivation(TimeInterval activation)
public void setAllowManualInputOfValue(boolean allowManualInputOfValue)
public void setExpiration(TimeInterval expiration)
public void setGenerateOnUserCreation(boolean generateOnUserCreation)
public void setTokenMask(java.lang.String tokenMask)
public void setTokenType(TokenType tokenType)