Interface IncomingUser
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
IncomingUserBean
public interface IncomingUser
extends ecmwf.web.model.ModelBean
The Interface IncomingUser.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the destination.voidAdds the incoming policy.voidAdds the operation.voidcloseSession(ecmwf.web.model.users.User u, String id) Close session.voidDelete destination.voidDelete incoming policy.voidDelete operation.booleanGets the active.Gets the associated destinations.Gets the associated incoming policies.Gets the associated operations.Gets the authorized SSH keys.Gets the comment.Gets the completions.Gets the country.Gets the country iso.getData()Gets the data.getId()Gets the id.Gets the incoming connections.booleanGets the checks if is synchronized.Gets the last login.Gets the last login host.Gets the password.Gets the properties.voidsetActive(boolean active) Sets the active.voidsetAuthorizedSSHKeys(String authorizedSSHKeys) Sets the authorized SSH keys.voidsetComment(String comment) Sets the comment.voidsetCountryIso(String iso) Sets the country iso.voidSets the data.voidSets the id.voidsetIsSynchronized(boolean synchronised) Sets the checks if is synchronized.voidsetPassword(String password) Sets the password.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getIntId, insert, insert, isNew, save, save
-
Method Details
-
getCountryIso
-
getCountry
Gets the country.- Returns:
- the country
- Throws:
TransferException- the transfer exception
-
getId
-
getCompletions
-
getPassword
-
getComment
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
getIsSynchronized
boolean getIsSynchronized()Gets the checks if is synchronized.- Returns:
- the checks if is synchronized
-
getLastLogin
-
getLastLoginHost
-
getData
-
getProperties
-
getAuthorizedSSHKeys
-
setCountryIso
-
setId
-
setPassword
-
setComment
-
setActive
void setActive(boolean active) Sets the active.- Parameters:
active- the new active
-
setIsSynchronized
void setIsSynchronized(boolean synchronised) Sets the checks if is synchronized.- Parameters:
synchronised- the new checks if is synchronized
-
setData
-
setAuthorizedSSHKeys
Sets the authorized SSH keys.- Parameters:
authorizedSSHKeys- the new authorized SSH keys
-
addIncomingPolicy
-
deleteIncomingPolicy
-
addDestination
-
deleteDestination
-
addOperation
-
deleteOperation
-
closeSession
Close session.- Parameters:
u- the uid- the id- Throws:
OperationException- the operation exception
-
getIncomingConnections
Collection<IncomingConnection> getIncomingConnections()Gets the incoming connections.- Returns:
- the incoming connections
-
getAssociatedIncomingPolicies
Gets the associated incoming policies.- Returns:
- the associated incoming policies
- Throws:
TransferException- the transfer exception
-
getAssociatedDestinations
Gets the associated destinations.- Returns:
- the associated destinations
- Throws:
TransferException- the transfer exception
-
getAssociatedOperations
Gets the associated operations.- Returns:
- the associated operations
- Throws:
OperationException- the operation exception
-