getIsGuest() public method
Returns a value indicating whether the user is a guest (not authenticated).
See also getIdentity().
public boolean getIsGuest ( ) | ||
---|---|---|
return | boolean |
Whether the current user is a guest. |
getIsGuest() public method
Returns a value indicating whether the user is a guest (not authenticated).
See also getIdentity().
public boolean getIsGuest ( ) | ||
---|---|---|
return | boolean |
Whether the current user is a guest. |
Please login to continue.