public class KickstartActivationKeysCommand extends BaseKickstartCommand
ksdata, rebuildPartitionCommands, user| Constructor and Description |
|---|
KickstartActivationKeysCommand(java.lang.Long ksid,
User userIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTokensByIds(java.util.List<java.lang.Long> ids)
Adds default regtokens from the kickstart profile.
|
java.util.Set<Token> |
getDefaultRegTokens()
Get the Set of ActivationKeys (Registration Tokens)
associated with this profile.
|
void |
removeTokensByIds(java.util.List<java.lang.Long> ids)
Removes default regtokens from the kickstart profile.
|
findCommandName, getKickstartData, getUser, storepublic KickstartActivationKeysCommand(java.lang.Long ksid,
User userIn)
ksid - Kickstart IduserIn - Logged in Userpublic void removeTokensByIds(java.util.List<java.lang.Long> ids)
ids - The ids of the regtokens to remove.public void addTokensByIds(java.util.List<java.lang.Long> ids)
ids - The ids of the regtokens to add.public java.util.Set<Token> getDefaultRegTokens()