Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.runas: Javadoc index of package org.acegisecurity.runas.


Package Samples:

org.acegisecurity.runas

Classes:

RunAsManagerImpl: Basic concrete implementation of a org.acegisecurity.RunAsManager . Is activated if any ConfigAttribute#getAttribute() is prefixed with RUN_AS_ . If found, it generates a new RunAsUserToken containing the same principal, credentials and granted authorities as the original org.acegisecurity.Authentication object, along with GrantedAuthorityImpl s for each RUN_AS_ indicated. The created GrantedAuthorityImpl s will be prefixed with a special prefix indicating that it is a role (default prefix value is ROLE_ ), and then the remainder of the RUN_AS_ keyword. For example, RUN_AS_FOO will result in the ...
RunAsImplAuthenticationProvider: An org.acegisecurity.providers.AuthenticationProvider implementation that can authenticate a RunAsUserToken . Configured in the bean context with a key that should match the key used by adapters to generate the RunAsUserToken . It treats as valid any RunAsUserToken instance presenting a hash code that matches the RunAsImplAuthenticationProvider -configured key. If the key does not match, a BadCredentialsException is thrown.
RunAsUserToken: An immutable org.acegisecurity.Authentication implementation that supports RunAsManagerImpl .
NullRunAsManager: Implementation of a org.acegisecurity.RunAsManager that does nothing. This class should be used if you do not require run-as authenticaiton replacement functionality.

Home | Contact Us | Privacy Policy | Terms of Service