|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.util.SSOUtils
public class SSOUtils
| Constructor Summary | |
|---|---|
SSOUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isCookieDomainValid(java.lang.String cookieDomain,
java.lang.String hostname)
Given a hostname, this method tests if the supplied cookie domain is legal, following RFC-2965 as closely as possible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSOUtils()
| Method Detail |
|---|
public static boolean isCookieDomainValid(java.lang.String cookieDomain,
java.lang.String hostname)
cookieDomain - a cookie domain.hostname - the host part of a URL.
true if the cookie domain is valid for the given hostname,
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||