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 TypeMethodDescriptionvoid
Adds the destination.void
Adds the incoming policy.void
Adds the operation.void
closeSession
(ecmwf.web.model.users.User u, String id) Close session.void
Delete destination.void
Delete incoming policy.void
Delete operation.boolean
Gets 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.boolean
Gets the checks if is synchronized.Gets the last login.Gets the last login host.Gets the password.Gets the properties.void
setActive
(boolean active) Sets the active.void
setAuthorizedSSHKeys
(String authorizedSSHKeys) Sets the authorized SSH keys.void
setComment
(String comment) Sets the comment.void
setCountryIso
(String iso) Sets the country iso.void
Sets the data.void
Sets the id.void
setIsSynchronized
(boolean synchronised) Sets the checks if is synchronized.void
setPassword
(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
-