Class AuthFactorySpec
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.AuthFactorySpec
-
public class AuthFactorySpec extends Object
A type of authentication factory that contains all specificities for the type. Currently SASL and HTTP.- Author:
- jdenise@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static AuthFactorySpecHTTPstatic AuthFactorySpecSASL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCapability()StringgetName()StringgetResourceType()StringgetServerType()StringgetServerValue()
-
-
-
Field Detail
-
SASL
public static final AuthFactorySpec SASL
-
HTTP
public static final AuthFactorySpec HTTP
-
-
Method Detail
-
getResourceType
public String getResourceType()
- Returns:
- the resourceType
-
getServerType
public String getServerType()
- Returns:
- the serverType
-
getServerValue
public String getServerValue()
- Returns:
- the serverValue
-
getName
public String getName()
- Returns:
- the serverValue
-
getCapability
public String getCapability()
- Returns:
- the serverValue
-
-