javax.security.auth.message
Class MessagePolicy.TargetPolicy

java.lang.Object
  extended by javax.security.auth.message.MessagePolicy.TargetPolicy
Enclosing class:
MessagePolicy

public static class MessagePolicy.TargetPolicy
extends Object


Constructor Summary
MessagePolicy.TargetPolicy(MessagePolicy.Target[] targets, MessagePolicy.ProtectionPolicy protectionPolicy)
           
 
Method Summary
 MessagePolicy.ProtectionPolicy getProtectionPolicy()
           
 MessagePolicy.Target[] getTargets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePolicy.TargetPolicy

public MessagePolicy.TargetPolicy(MessagePolicy.Target[] targets,
                                  MessagePolicy.ProtectionPolicy protectionPolicy)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

getTargets

public MessagePolicy.Target[] getTargets()

getProtectionPolicy

public MessagePolicy.ProtectionPolicy getProtectionPolicy()


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