Package com.sun.enterprise.security
Class SecurityUpgradeService
- java.lang.Object
-
- com.sun.enterprise.security.SecurityUpgradeService
-
- All Implemented Interfaces:
ConfigurationUpgrade,org.glassfish.hk2.api.PostConstruct
@Service public class SecurityUpgradeService extends Object implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
The only thing that needs to added Extra for SecurityService migration is the addition of the new JACC provider. This would be required when migrating from V2, for V3-Prelude it is already present. The rest of the security related upgrade is handled implicitly by the actions of the upgrade service itself.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_DIGEST_ALGORITHM
-
Constructor Summary
Constructors Constructor Description SecurityUpgradeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostConstruct()booleanrequiresSecureAdmin()
-
-
-
Field Detail
-
PARAM_DIGEST_ALGORITHM
public static final String PARAM_DIGEST_ALGORITHM
- See Also:
- Constant Field Values
-
-