Package org.eclipse.webdav.internal.authentication

Examples of org.eclipse.webdav.internal.authentication.AuthorizationAuthority


     * accessed. The authenticator is <code>null</code> by default.
     *
     * @param authenticator the authenticator, or <code>null</code>
     */
    public void setAuthenticator(IAuthenticator authenticator) {
        authority = authenticator == null ? null : new AuthorizationAuthority(authenticator);
    }

TOP

Related Classes of org.eclipse.webdav.internal.authentication.AuthorizationAuthority

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.