javax.security.auth.message.config
Interface AuthConfig

All Known Subinterfaces:
ClientAuthConfig, ServerAuthConfig

public interface AuthConfig

Version:
$Rev: 768352 $ $Date: $

Method Summary
 String getAppContext()
           
 String getAuthContextID(MessageInfo messageInfo)
           
 String getMessageLayer()
           
 boolean isProtected()
           
 void refresh()
           
 

Method Detail

getAppContext

String getAppContext()

getAuthContextID

String getAuthContextID(MessageInfo messageInfo)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException

getMessageLayer

String getMessageLayer()

isProtected

boolean isProtected()

refresh

void refresh()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.