Interface SecurityConstants
-
public interface SecurityConstants
This interface defines miscellaneous security related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMPERSONATOR_ATTRIBUTE
Name of the internalSimpleCredentials
attribute where theSubject
of the impersonatingSession
is stored.
-
-
-
Field Detail
-
IMPERSONATOR_ATTRIBUTE
static final String IMPERSONATOR_ATTRIBUTE
Name of the internalSimpleCredentials
attribute where theSubject
of the impersonatingSession
is stored.
-
-