Class ContainerInfo
- java.lang.Object
-
- org.gcube.common.authorization.library.provider.ClientInfo
-
- org.gcube.common.authorization.library.provider.ContainerInfo
-
- All Implemented Interfaces:
Serializable
public class ContainerInfo extends ClientInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContainerInfo()ContainerInfo(String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetId()intgetPort()List<String>getRoles()ClientTypegetType()StringtoString()
-
-
-
Constructor Detail
-
ContainerInfo
protected ContainerInfo()
-
ContainerInfo
public ContainerInfo(String host, int port)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin classClientInfo
-
getRoles
public List<String> getRoles()
- Specified by:
getRolesin classClientInfo
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getType
public ClientType getType()
- Specified by:
getTypein classClientInfo
-
-