|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAMETAS.place.AMETASSecurityPolicy
AMETAS.place.AMETASAuthenticationPolicy
Politik zum Verwalten von Authentifizierungsmaßnahmen. Vielleicht könnte eine Erweiterung hinsichtlich der Politik-Domäne erfolgen.
| Field Summary | |
protected boolean |
m_bModified
Zeigt an, ob Modifikationen durchgeführt wurden. |
protected boolean |
m_bProtected
Zeigt an, ob das Objekt schreibgeschützt ist. |
protected AMETASPolicyManager |
m_pm
Verweis auf den Politikmanager. |
| Method Summary | |
boolean |
allowsGuests()
Abfrage, ob Gastkonten erlaubt sind. |
java.lang.Object |
clone()
Liefert eine Kopie des Objektes. |
boolean |
isModified()
Fragt ab, ob die Policy modifiziert wurde. |
boolean |
isProtected()
Fragt ab, ob das Objekt schreibgeschützt ist. |
void |
protect()
Setzt Schreibschutz. |
boolean |
requiresLocalAgentAuth()
Abfrage, ob ein zu der Stelle migrierender Agent authentifiziert werden soll. |
boolean |
requiresMigAgentAuth()
Abfrage, ob ein zu der Stelle migrierender Agent authentifiziert werden soll. |
boolean |
requiresServiceAuth()
Abfrage, ob ein auf der Stelle gestarteter Dienst authentifiziert werden soll. |
boolean |
requiresUserAuth()
Abfrage, ob ein sich auf der Stelle anmeldender Benutzer authentifiziert werden soll. |
void |
setAutAgent(boolean bAuthenticate,
boolean bLocal)
Festlegen, ob ein Agent authentifiziert werden soll. |
void |
setAutService(boolean bAuthenticate)
Festlegen, ob ein gestarteter Dienst authentifiziert werden soll. |
void |
setAutUser(boolean bAuthenticate)
Festlegen, ob ein sich auf der Stelle anmeldender Benutzer authentifiziert werden soll. |
void |
setGuestAccess(boolean bAllow)
Bestimmt, ob Gäste erwünscht sind. |
java.lang.String |
toString()
Liefert ein Stringrepräsentation der Politik. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected boolean m_bModified
protected boolean m_bProtected
protected transient AMETASPolicyManager m_pm
| Method Detail |
public java.lang.Object clone()
public void setGuestAccess(boolean bAllow)
bAllow - wenn true, sind Gäste erlaubt.
ProtectionViolationException - wenn das Objekt geschützt ist.
public void setAutAgent(boolean bAuthenticate,
boolean bLocal)
bAuthenticate - wenn true, soll er authentifiziert werden.bLocal - wenn true, ist der Agent lokal gestartet worden.
ProtectionViolationException - wenn das Objekt geschützt ist.public void setAutService(boolean bAuthenticate)
bAuthenticate - wenn true, soll er authentifiziert werden.
ProtectionViolationException - wenn das Objekt geschützt ist.public void setAutUser(boolean bAuthenticate)
bAuthenticate - wenn true, soll er authentifiziert werden.
ProtectionViolationException - wenn das Objekt geschützt ist.public boolean requiresLocalAgentAuth()
public boolean requiresMigAgentAuth()
public boolean requiresServiceAuth()
public boolean requiresUserAuth()
public boolean allowsGuests()
public java.lang.String toString()
public boolean isModified()
public boolean isProtected()
isProtected in interface AMETASProtectablepublic void protect()
protect in interface AMETASProtectable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||