Package csw.command.client.auth
Class CommandRoles$
- java.lang.Object
-
- csw.command.client.auth.CommandRoles$
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandRoles$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CommandRoles$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CommandRoles$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandRoles
empty()
CommandRoles
from(com.typesafe.config.Config config)
-
-
-
Field Detail
-
MODULE$
public static final CommandRoles$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
empty
public CommandRoles empty()
-
from
public CommandRoles from(com.typesafe.config.Config config)
-
-