Class ManilaSecurityService
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaSecurityService
-
- All Implemented Interfaces:
Serializable,SecurityService,ModelEntity
public class ManilaSecurityService extends Object implements SecurityService
A security service stores configuration information for clients for authentication and authorization (AuthN/AuthZ).- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaSecurityService.SecurityServices-
Nested classes/interfaces inherited from interface org.openstack4j.model.manila.SecurityService
SecurityService.Type
-
-
Constructor Summary
Constructors Constructor Description ManilaSecurityService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()StringgetDescription()StringgetDnsIp()StringgetDomain()StringgetId()StringgetName()StringgetPassword()StringgetProjectId()StringgetServer()List<String>getShareNetworks()StringgetStatus()SecurityService.TypegetType()StringgetUpdatedAt()StringgetUser()
-
-
-
Method Detail
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceSecurityService- Returns:
- the security service status
-
getId
public String getId()
- Specified by:
getIdin interfaceSecurityService- Returns:
- the security service ID
-
getProjectId
public String getProjectId()
- Specified by:
getProjectIdin interfaceSecurityService- Returns:
- the project where the security service was created
-
getType
public SecurityService.Type getType()
- Specified by:
getTypein interfaceSecurityService- Returns:
- the security service type
-
getName
public String getName()
- Specified by:
getNamein interfaceSecurityService- Returns:
- the security service name
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceSecurityService- Returns:
- the security service description
-
getDnsIp
public String getDnsIp()
- Specified by:
getDnsIpin interfaceSecurityService- Returns:
- the DNS IP address that is used inside the tenant network
-
getUser
public String getUser()
- Specified by:
getUserin interfaceSecurityService- Returns:
- the security service user or group name that is used by the tenant
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceSecurityService- Returns:
- the user password
-
getDomain
public String getDomain()
- Specified by:
getDomainin interfaceSecurityService- Returns:
- the security service domain
-
getServer
public String getServer()
- Specified by:
getServerin interfaceSecurityService- Returns:
- the security service host name or IP address
-
getCreatedAt
public String getCreatedAt()
- Specified by:
getCreatedAtin interfaceSecurityService- Returns:
- the date and time stamp when the security service was created
-
getUpdatedAt
public String getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceSecurityService- Returns:
- the date and time stamp when the security service was updated
-
getShareNetworks
public List<String> getShareNetworks()
- Specified by:
getShareNetworksin interfaceSecurityService- Returns:
- the share networks this security is added to
-
-