| java.lang.Object org.acegisecurity.TargetObject
All known Subclasses: org.acegisecurity.OtherTargetObject,
TargetObject | public class TargetObject implements ITargetObject(Code) | | Represents a secured object.
author: Ben Alex version: $Id: TargetObject.java 1496 2006-05-23 13:38:33Z benalex $ |
makeLowerCase | public String makeLowerCase(String input)(Code) | | Returns the lowercase string, followed by security environment information.
Parameters: input - the message to make lowercase the lowercase message, a space, the Authentication class that was on theSecurityContext at the time of method invocation, and a boolean indicating if theAuthentication object is authenticated or not |
makeUpperCase | public String makeUpperCase(String input)(Code) | | Returns the uppercase string, followed by security environment information.
Parameters: input - the message to make uppercase the uppercase message, a space, the Authentication class that was on theSecurityContext at the time of method invocation, and a boolean indicating if theAuthentication object is authenticated or not |
|
|